Searched refs:SHT_GNU_HASH (Results 1 – 20 of 20) sorted by relevance
47 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \48 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \72 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
451 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
1737 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH.1738 (shtype_map): Add SHT_GNU_HASH entries.
97 case SHT_GNU_HASH: in ebl_section_type_name()
702 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
106 if ( hash_section->get_type() == SHT_GNU_HASH || in get_symbol()271 sec->get_type() == SHT_GNU_HASH || in find_hash_section()
389 { SHT_GNU_HASH, "GNU_HASH" },
512 constexpr Elf_Word SHT_GNU_HASH = 0x6ffffff6; variable
493 && section_header->sh_type != SHT_GNU_HASH) in find_hash_table_section_index()501 else if (section_header->sh_type == SHT_GNU_HASH) in find_hash_table_section_index()
261 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
685 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
854 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
474 ECase(SHT_GNU_HASH); in enumeration()1234 case ELF::SHT_GNU_HASH: in mapping()
2333 size_t expect_entsize = (tag == SHT_GNU_HASH in check_hash()2347 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (expect_entsize ?: 4)) in check_hash()2364 case SHT_GNU_HASH: in check_hash()4194 case SHT_GNU_HASH: in check_sections()
3558 if ((shdr->sh_type == SHT_HASH || shdr->sh_type == SHT_GNU_HASH) in handle_hash()3578 else if (shdr->sh_type == SHT_GNU_HASH) in handle_hash()
392 #define SHT_GNU_HASH 0x6ffffff6 macro
391 #define SHT_GNU_HASH 0x6ffffff6 macro
396 #define SHT_GNU_HASH 0x6ffffff6 macro