Searched refs:SHT_GNU_HASH (Results 1 – 11 of 11) sorted by relevance
48 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \49 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \75 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
1083 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH.1084 (shtype_map): Add SHT_GNU_HASH entries.
340 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
97 case SHT_GNU_HASH: in ebl_section_type_name()
391 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
662 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
371 ECase(SHT_GNU_HASH) in enumeration()
2303 if (shdr->sh_entsize != (tag == SHT_GNU_HASH in check_hash()2315 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (shdr->sh_entsize ?: 4)) in check_hash()2332 case SHT_GNU_HASH: in check_hash()4135 case SHT_GNU_HASH: in check_sections()
3312 if ((shdr->sh_type == SHT_HASH || shdr->sh_type == SHT_GNU_HASH) in handle_hash()3329 else if (shdr->sh_type == SHT_GNU_HASH) in handle_hash()
2484 new_generated_scn (scn_dot_gnu_hash, ".gnu.hash", SHT_GNU_HASH, in ld_generic_generate_sections()
780 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_HASH ); in getElfSectionType()