Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_data.c52 case SHT_HASH: in _libelf_xlate_shtype()
/freebsd-12.1/contrib/binutils/include/elf/
H A Dcommon.h329 #define SHT_HASH 5 /* A symbol hash table */ macro
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp237 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
/freebsd-12.1/usr.bin/elfdump/
H A Delfdump.c331 case SHT_HASH: return "SHT_HASH"; in sh_types()
675 case SHT_HASH: in main()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DELF.h817 SHT_HASH = 5, // Symbol hash table. enumerator
/freebsd-12.1/sys/sys/
H A Delf_common.h413 #define SHT_HASH 5 /* symbol hash table section */ macro
/freebsd-12.1/contrib/elftoolchain/elfdump/
H A Delfdump.c398 case SHT_HASH: return "SHT_HASH"; in sh_types()
2445 if ((s->type == SHT_HASH || s->type == SHT_GNU_HASH) && in elf_print_hash()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DELFYAML.cpp437 ECase(SHT_HASH); in enumeration()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1059 case SHT_HASH: in makeSection()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf.c1862 case SHT_HASH: /* .hash section. */ in bfd_section_from_shdr()
2369 { STRING_COMMA_LEN (".hash"), 0, SHT_HASH, SHF_ALLOC },
2830 case SHT_HASH: in elf_fake_sections()
3338 case SHT_HASH: in assign_section_numbers()
H A Delf32-arm.c10378 { STRING_COMMA_LEN (".hash"), 0, SHT_HASH, 0 },
H A DChangeLog-94956710 (bfd_section_from_shdr): Make a BFD section from an SHT_HASH
6973 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC
/freebsd-12.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1099 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c758 case SHT_HASH: return "HASH"; in section_type()
3506 if (s->type == SHT_HASH || s->type == SHT_GNU_HASH) { in dump_hash()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3221 CASE_AND_STREAM(s, SHT_HASH, kStrWidth); in DumpELFSectionHeader_sh_type()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp2269 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2884 case SHT_HASH: in getSectionTypeString()
/freebsd-12.1/contrib/binutils/binutils/
H A Dreadelf.c2654 case SHT_HASH: return "HASH"; in get_section_type_name()