/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | gnuhash.test | 29 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 …
|
D | hash-histogram.test | 41 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
|
D | section-types.test | 65 # LLVM: Type: SHT_GNU_HASH 211 Type: SHT_GNU_HASH
|
D | hash-symbols.test | 57 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/ |
D | elf_getdata.c | 48 : (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,
|
D | ChangeLog | 1603 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH. 1604 (shtype_map): Add SHT_GNU_HASH entries.
|
D | elf.h | 448 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
|
/external/elfutils/libebl/ |
D | eblsectiontypename.c | 97 case SHT_GNU_HASH: in ebl_section_type_name()
|
D | ChangeLog | 668 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
|
/external/llvm-project/lld/test/ELF/ |
D | gnu-hash-table.s | 76 # I386-NEXT: Type: SHT_GNU_HASH 135 # X86_64-NEXT: Type: SHT_GNU_HASH 195 # PPC64-NEXT: Type: SHT_GNU_HASH
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 423 && 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/ |
D | ELF.cpp | 261 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELF.cpp | 281 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 684 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 685 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 854 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 879 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 474 ECase(SHT_GNU_HASH); in enumeration() 1234 case ELF::SHT_GNU_HASH: in mapping()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 497 ECase(SHT_GNU_HASH); in enumeration() 1374 case ELF::SHT_GNU_HASH: in mapping()
|
/external/elfutils/src/ |
D | elflint.c | 2334 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/ |
D | ELFYAML.cpp | 376 ECase(SHT_GNU_HASH) in enumeration()
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 291 #define SHT_GNU_HASH 0x6ffffff6 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 339 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1031 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_HASH ); in getElfSectionType() 2619 case SHT_GNU_HASH: in getSectionTypeString()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 567 case ELF::SHT_GNU_HASH: in dumpSections()
|