Home
last modified time | relevance | path

Searched refs:SHT_HASH (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c52 case SHT_HASH: in _libelf_xlate_shtype()
/freebsd/usr.sbin/kldxref/
H A Def.c376 case SHT_HASH: in ef_parse_dynamic()
/freebsd/usr.bin/elfdump/
H A Delfdump.c338 case SHT_HASH: return "SHT_HASH"; in sh_types()
695 case SHT_HASH: in main()
/freebsd/sys/sys/
H A Delf_common.h417 #define SHT_HASH 5 /* symbol hash table section */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1054 SHT_HASH = 5, // Symbol hash table. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp290 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c401 case SHT_HASH: return "SHT_HASH"; in sh_types()
2448 if ((s->type == SHT_HASH || s->type == SHT_GNU_HASH) && in elf_print_hash()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h96 case ELF::SHT_HASH: in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp662 ECase(SHT_HASH); in enumeration()
1627 case ELF::SHT_HASH: in mapping()
H A DELFEmitter.cpp744 case ELF::SHT_HASH: in getDefaultLinkSec()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c912 case SHT_HASH: in section_type_alignment()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1131 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c790 case SHT_HASH: return "HASH"; in section_type()
3687 if (s->type == SHT_HASH || s->type == SHT_GNU_HASH) { in dump_hash()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1698 case SHT_HASH: in makeSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3338 CASE_AND_STREAM(s, SHT_HASH, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2477 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()