Home
last modified time | relevance | path

Searched refs:SHN_HIRESERVE (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/libebl/
Deblsectionname.c71 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
/external/qemu/elff/
Delff_elf.h257 #define SHN_HIRESERVE 0xffff macro
/external/grub/stage2/
Di386-elf.h89 #define SHN_HIRESERVE 0xffff macro
/external/kernel-headers/original/linux/
Delf.h267 #define SHN_HIRESERVE 0xffff macro
/external/llvm/include/llvm/Support/
DELF.h473 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator
/external/elfutils/libasm/
Dasm_end.c424 if (unlikely (shstrscnndx > SHN_HIRESERVE) in binary_end()
/external/qemu/
Delf.h1100 #define SHN_HIRESERVE 0xffff macro
/external/elfutils/src/
Di386_ld.c135 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
Dstrip.c768 && scnidx <= SHN_HIRESERVE in handle_elf()
1604 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX)) in handle_elf()
Dldgeneric.c629 if (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in check_definition()
1267 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()
1445 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)) in add_relocatable_file()
4605 || file->scninfo[xndx].outscnndx > SHN_HIRESERVE); in ld_generic_create_outfile()
5797 || shndx > SHN_HIRESERVE) in ld_generic_create_outfile()
6168 if (likely (shstrtab_ndx < SHN_HIRESERVE) in ld_generic_create_outfile()
/external/elfutils/libelf/
Delf.h308 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro
/external/valgrind/main/perf/
Dtinycc.c336 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro