Home
last modified time | relevance | path

Searched refs:IS_CONTAINED_BY_LMA (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf.c5640 #define IS_CONTAINED_BY_LMA(section, segment, base) \ in rewrite_elf_program_header() macro
5690 ? 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()
DChangeLog-00017207 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
DChangeLog-02035111 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.