Searched refs:should_load (Results 1 – 1 of 1) sorted by relevance
84 static bool should_load(uint32_t load_addr);230 if (should_load(load_addr)) { in image_load()577 do_load = do_load && should_load(load_addr); in process_segment()772 static bool should_load(uint32_t load_addr) in should_load() function