Searched refs:SHN_HIRESERVE (Results 1 – 10 of 10) sorted by relevance
80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE) in ebl_section_name()
297 #define SHN_HIRESERVE 0xffff macro
519 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE) in matching_group_comdat_scn()520 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE)) in matching_group_comdat_scn()655 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum)) in check_definition()680 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE) in check_definition()1418 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()1490 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()1606 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)) in add_relocatable_file()5284 || file->scninfo[xndx].outscnndx > SHN_HIRESERVE); in ld_generic_create_outfile()6514 || shndx > SHN_HIRESERVE) in ld_generic_create_outfile()6902 if (likely (shstrtab_ndx < SHN_HIRESERVE) in ld_generic_create_outfile()
141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
866 && scnidx <= SHN_HIRESERVE in handle_elf()2053 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX)) in handle_elf()
440 if (unlikely (shstrscnndx > SHN_HIRESERVE) in binary_end()
638 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator
329 if (Header->e_shstrndx == ELF::SHN_HIRESERVE) in getStringTableIndex()
316 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro
336 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro