Searched refs:SHT_HASH (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_data.c | 52 case SHT_HASH: in _libelf_xlate_shtype()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 329 #define SHT_HASH 5 /* A symbol hash table */ macro
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ELF.cpp | 237 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 331 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 D | ELF.h | 817 SHT_HASH = 5, // Symbol hash table. enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 413 #define SHT_HASH 5 /* symbol hash table section */ macro
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 398 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 D | ELFYAML.cpp | 437 ECase(SHT_HASH); in enumeration()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 1059 case SHT_HASH: in makeSection()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf.c | 1862 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 D | elf32-arm.c | 10378 { STRING_COMMA_LEN (".hash"), 0, SHT_HASH, 0 },
|
| H A D | ChangeLog-9495 | 6710 (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 D | elfdefinitions.h | 1099 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
|
| /freebsd-12.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 758 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 D | ObjectFileELF.cpp | 3221 CASE_AND_STREAM(s, SHT_HASH, kStrWidth); in DumpELFSectionHeader_sh_type()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2269 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2884 case SHT_HASH: in getSectionTypeString()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | readelf.c | 2654 case SHT_HASH: return "HASH"; in get_section_type_name()
|