Searched refs:SHT_GNU_HASH (Results 1 – 11 of 11) sorted by relevance
69 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \70 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \96 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
509 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH.510 (shtype_map): Add SHT_GNU_HASH entries.
340 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
122 case SHT_GNU_HASH:
218 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
1281 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
322 ECase(SHT_GNU_HASH) in enumeration()
2186 if (shdr->sh_entsize != (tag == SHT_GNU_HASH in check_hash()2198 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (shdr->sh_entsize ?: 4)) in check_hash()2215 case SHT_GNU_HASH: in check_hash()3817 case SHT_GNU_HASH: in check_sections()
2492 new_generated_scn (scn_dot_gnu_hash, ".gnu.hash", SHT_GNU_HASH, in ld_generic_generate_sections()
2881 else if (shdr->sh_type == SHT_GNU_HASH) in handle_hash()
432 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_HASH ); in getElfSectionType()