Searched refs:IS_CONTAINED_BY_LMA (Results 1 – 3 of 3) sorted by relevance
5640 #define IS_CONTAINED_BY_LMA(section, segment, base) \ in rewrite_elf_program_header() macro5690 ? IS_CONTAINED_BY_LMA (section, segment, segment->p_paddr) \ in rewrite_elf_program_header()6002 if (IS_CONTAINED_BY_LMA (output_section, segment, map->p_paddr) in rewrite_elf_program_header()6131 if (IS_CONTAINED_BY_LMA (output_section, segment, map->p_paddr) in rewrite_elf_program_header()6242 #undef IS_CONTAINED_BY_LMA in rewrite_elf_program_header()
7207 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
5111 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.