Searched refs:SHT_HASH (Results 1 – 16 of 16) sorted by relevance
52 case SHT_HASH: in _libelf_xlate_shtype()
375 case SHT_HASH: in ef_parse_dynamic()
338 case SHT_HASH: return "SHT_HASH"; in sh_types()695 case SHT_HASH: in main()
437 #define SHT_HASH 5 /* symbol hash table section */ macro
1072 SHT_HASH = 5, // Symbol hash table. enumerator
293 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
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()
96 case ELF::SHT_HASH: in LLVM_YAML_STRONG_TYPEDEF()
678 ECase(SHT_HASH); in enumeration()1646 case ELF::SHT_HASH: in mapping()
750 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()3687 if (s->type == SHT_HASH || s->type == SHT_GNU_HASH) { in dump_hash()
1730 case SHT_HASH: in makeSection()
3428 CASE_AND_STREAM(s, SHT_HASH, kStrWidth); in DumpELFSectionHeader_sh_type()
2498 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()