Searched refs:SHT_HASH (Results 1 – 15 of 15) sorted by relevance
52 case SHT_HASH: in _libelf_xlate_shtype()
262 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
341 case SHT_HASH: return "SHT_HASH"; in sh_types()698 case SHT_HASH: in main()
418 #define SHT_HASH 5 /* symbol hash table section */ macro
914 SHT_HASH = 5, // Symbol hash table. enumerator
95 case ELF::SHT_HASH: in LLVM_YAML_STRONG_TYPEDEF()
401 case SHT_HASH: return "SHT_HASH"; in sh_types()2448 if ((s->type == SHT_HASH || s->type == SHT_GNU_HASH) && in elf_print_hash()
605 ECase(SHT_HASH); in enumeration()1523 case ELF::SHT_HASH: in mapping()
743 case ELF::SHT_HASH: in getDefaultLinkSec()
912 case SHT_HASH: in section_type_alignment()
1131 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
790 case SHT_HASH: return "HASH"; in section_type()3686 if (s->type == SHT_HASH || s->type == SHT_GNU_HASH) { in dump_hash()
1699 case SHT_HASH: in makeSection()
3173 CASE_AND_STREAM(s, SHT_HASH, kStrWidth); in DumpELFSectionHeader_sh_type()
2513 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()