Home
last modified time | relevance | path

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

/external/elfutils/src/libebl/
Deblsectionname.c86 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
/external/kernel-headers/original/uapi/linux/
Delf.h297 #define SHN_HIRESERVE 0xffff macro
/external/elfutils/src/src/
Dldgeneric.c519 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()
Dstrip.c835 && scnidx <= SHN_HIRESERVE in handle_elf()
1944 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX)) in handle_elf()
Di386_ld.c141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
/external/elfutils/src/libasm/
Dasm_end.c440 if (unlikely (shstrscnndx > SHN_HIRESERVE) in binary_end()
/external/llvm/include/llvm/Support/
DELF.h579 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator
/external/llvm/include/llvm/Object/
DELF.h616 if (Header->e_shstrndx == ELF::SHN_HIRESERVE) in getStringTableIndex()
DELFObjectFile.h500 bool Reserved = Index >= ELF::SHN_LORESERVE && Index <= ELF::SHN_HIRESERVE; in sectionContainsSymbol()
/external/elfutils/src/libelf/
Delf.h315 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro
/external/valgrind/perf/
Dtinycc.c336 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro