Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionname.c107 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/elfutils/src/
Dldgeneric.c529 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE) in matching_group_comdat_scn()
530 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE)) in matching_group_comdat_scn()
665 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum)) in check_definition()
690 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE) in check_definition()
1428 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()
1500 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()
1616 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)) in add_relocatable_file()
5294 || file->scninfo[xndx].outscnndx > SHN_HIRESERVE); in ld_generic_create_outfile()
6525 || shndx > SHN_HIRESERVE) in ld_generic_create_outfile()
6913 if (likely (shstrtab_ndx < SHN_HIRESERVE) in ld_generic_create_outfile()
Dstrip.c775 && scnidx <= SHN_HIRESERVE in handle_elf()
1648 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX)) in handle_elf()
Di386_ld.c149 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
/external/elfutils/libasm/
Dasm_end.c437 if (unlikely (shstrscnndx > SHN_HIRESERVE) in binary_end()
/external/qemu/
Delf.h1100 #define SHN_HIRESERVE 0xffff macro
/external/llvm/include/llvm/Support/
DELF.h984 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator
/external/elfutils/libelf/
Delf.h319 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro
/external/llvm/include/llvm/Object/
DELF.h2485 if (Header->e_shstrndx == ELF::SHN_HIRESERVE)
/external/valgrind/main/perf/
Dtinycc.c336 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro