Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionname.c80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE) in ebl_section_name()
/external/kernel-headers/original/uapi/linux/
Delf.h297 #define SHN_HIRESERVE 0xffff macro
/external/elfutils/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()
Di386_ld.c141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
Dstrip.c866 && scnidx <= SHN_HIRESERVE in handle_elf()
2053 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX)) in handle_elf()
/external/elfutils/libasm/
Dasm_end.c440 if (unlikely (shstrscnndx > SHN_HIRESERVE) in binary_end()
/external/llvm/include/llvm/Support/
DELF.h638 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator
/external/llvm/include/llvm/Object/
DELF.h329 if (Header->e_shstrndx == ELF::SHN_HIRESERVE) in getStringTableIndex()
/external/elfutils/libelf/
Delf.h316 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro
/external/valgrind/perf/
Dtinycc.c336 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro