Home
last modified time | relevance | path

Searched refs:SHT_GNU_HASH (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c46 case SHT_GNU_HASH: in _libelf_xlate_shtype()
/freebsd/sys/sys/
H A Delf_common.h435 #define SHT_GNU_HASH 0x6ffffff6 macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c419 case SHT_GNU_HASH: return "SHT_GNU_HASH"; in sh_types()
2448 if ((s->type == SHT_HASH || s->type == SHT_GNU_HASH) && in elf_print_hash()
2450 if (s->type == SHT_GNU_HASH) in elf_print_hash()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1094 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp319 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp691 ECase(SHT_GNU_HASH); in enumeration()
1637 case ELF::SHT_GNU_HASH: in mapping()
H A DELFEmitter.cpp745 case ELF::SHT_GNU_HASH: in getDefaultLinkSec()
/freebsd/usr.bin/elfdump/
H A Delfdump.c359 case SHT_GNU_HASH: return "SHT_GNU_HASH"; in sh_types()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c901 case SHT_GNU_HASH: in section_type_alignment()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c804 case SHT_GNU_HASH: return "GNU_HASH"; in section_type()
3687 if (s->type == SHT_HASH || s->type == SHT_GNU_HASH) { in dump_hash()
3688 if (s->type == SHT_GNU_HASH) in dump_hash()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1159 _ELF_DEFINE_SHT(SHT_GNU_HASH, 0x6FFFFFF6UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1699 case SHT_GNU_HASH: in makeSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2368 : SyntheticSection(SHF_ALLOC, SHT_GNU_HASH, config->wordsize, ".gnu.hash") { in GnuHashTableSection()