Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnuhash.test29 Type: SHT_GNU_HASH
78 # NODYNSYM-NEXT: warning: '[[FILE]]': unable to dump 'Values' for the SHT_GNU_HASH section: no dyna…
88 Type: SHT_GNU_HASH
126 # SYMNDX-NEXT: warning: '[[FILE]]': unable to dump 'Values' for the SHT_GNU_HASH section: the first…
136 Type: SHT_GNU_HASH
178 # EMPTY-DYNSYM-NEXT: warning: '[[FILE]]': unable to dump 'Values' for the SHT_GNU_HASH section: the…
188 Type: SHT_GNU_HASH
214 ## Linkers might produce an empty no-op SHT_GNU_HASH section when
257 Type: SHT_GNU_HASH
302 # ERR-NEXT: warning: '[[FILE]]': unable to dump the SHT_GNU_HASH section at 0x78: it goes past the …
Dhash-histogram.test41 Type: SHT_GNU_HASH
235 Type: SHT_GNU_HASH
268 # ERR5: warning: '[[FILE]]': unable to dump the SHT_GNU_HASH section at 0x78: it goes past the end …
282 Type: SHT_GNU_HASH
309 ## Linkers might produce an empty no-op SHT_GNU_HASH section when
346 Type: SHT_GNU_HASH
391 Type: SHT_GNU_HASH
Dsection-types.test65 # LLVM: Type: SHT_GNU_HASH
211 Type: SHT_GNU_HASH
Dhash-symbols.test57 Type: SHT_GNU_HASH
215 Type: SHT_GNU_HASH
474 # ERR4-NEXT: warning: '[[FILE]]': unable to dump the SHT_GNU_HASH section at 0x78: it goes past the…
488 Type: SHT_GNU_HASH
612 Type: SHT_GNU_HASH
667 Type: SHT_GNU_HASH
703 # FIRST-HASHED-NEXT: warning: '[[FILE]]': unable to get hash values for the SHT_GNU_HASH section: t…
/external/elfutils/libelf/
Delf_getdata.c48 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \
49 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \
73 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
DChangeLog1603 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH.
1604 (shtype_map): Add SHT_GNU_HASH entries.
Delf.h448 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
/external/elfutils/libebl/
Deblsectiontypename.c97 case SHT_GNU_HASH: in ebl_section_type_name()
DChangeLog668 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
/external/llvm-project/lld/test/ELF/
Dgnu-hash-table.s76 # I386-NEXT: Type: SHT_GNU_HASH
135 # X86_64-NEXT: Type: SHT_GNU_HASH
195 # PPC64-NEXT: Type: SHT_GNU_HASH
/external/libabigail/src/
Dabg-elf-helpers.cc423 && section_header->sh_type != SHT_GNU_HASH) in find_hash_table_section_index()
431 else if (section_header->sh_type == SHT_GNU_HASH) in find_hash_table_section_index()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp261 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp281 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
/external/llvm/include/llvm/Support/
DELF.h684 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h685 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h854 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h879 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp474 ECase(SHT_GNU_HASH); in enumeration()
1234 case ELF::SHT_GNU_HASH: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp497 ECase(SHT_GNU_HASH); in enumeration()
1374 case ELF::SHT_GNU_HASH: in mapping()
/external/elfutils/src/
Delflint.c2334 size_t expect_entsize = (tag == SHT_GNU_HASH in check_hash()
2348 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (expect_entsize ?: 4)) in check_hash()
2365 case SHT_GNU_HASH: in check_hash()
4193 case SHT_GNU_HASH: in check_sections()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp376 ECase(SHT_GNU_HASH) in enumeration()
/external/google-breakpad/src/third_party/musl/include/
Delf.h291 #define SHT_GNU_HASH 0x6ffffff6 macro
/external/kmod/port-gnu/
Delf.h339 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1031 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_HASH ); in getElfSectionType()
2619 case SHT_GNU_HASH: in getSectionTypeString()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp567 case ELF::SHT_GNU_HASH: in dumpSections()

12