Home
last modified time | relevance | path

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

/openbsd-src/lib/libelf/
H A Dlibelf_data.c52 case SHT_HASH: in _libelf_xlate_shtype()
/openbsd-src/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h316 #define SHT_HASH 5 /* A symbol hash table */ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h337 #define SHT_HASH 5 /* A symbol hash table */ macro
/openbsd-src/sys/sys/
H A Dexec_elf.h252 #define SHT_HASH 5 /* symbol hash table section */
254 #define SHT_HASH global() macro
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DELF.cpp283 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h999 SHT_HASH = 5, // Symbol hash table. enumerator
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp652 ECase(SHT_HASH); in enumeration()
1610 case ELF::SHT_HASH: in mapping()
H A DELFEmitter.cpp743 case ELF::SHT_HASH: in getDefaultLinkSec()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h96 case ELF::SHT_HASH: in LLVM_YAML_STRONG_TYPEDEF()
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs848 #define SHT_HASH 2 macro
3603 obj_type = SHT_HASH; in store_hook()
4870 case SHT_HASH: in retrieve_hook_common()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf.c1669 case SHT_HASH: /* .hash section. */ in bfd_section_from_shdr()
2050 { ".hash", 5, 0, SHT_HASH, SHF_ALLOC },
2421 case SHT_HASH: in elf_fake_sections()
2836 case SHT_HASH: in assign_section_numbers()
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
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c1844 case SHT_HASH: /* .hash section. */ in bfd_section_from_shdr()
2303 { ".hash", 5, 0, SHT_HASH, SHF_ALLOC },
2778 case SHT_HASH: in elf_fake_sections()
3279 case SHT_HASH: in assign_section_numbers()
H A Delf32-arm.c8320 { ".hash", 5, 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
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp608 case ELF::SHT_HASH: in dumpSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1683 case SHT_HASH: in makeSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3247 CASE_AND_STREAM(s, SHT_HASH, kStrWidth); in DumpELFSectionHeader_sh_type()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp2450 : SyntheticSection(SHF_ALLOC, SHT_HASH, 4, ".hash") { in HashTableSection()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2906 case SHT_HASH: return "HASH"; in get_section_type_name()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2313 case SHT_HASH: return "HASH"; in get_section_type_name()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUUsage.rst1315 ``.hash`` ``SHT_HASH`` ``SHF_ALLOC``