/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | hash-table.test | 1 ## Check how the SHT_HASH section is dumped with --hash-table. 27 Type: SHT_HASH 80 ## Check we can dump the SHT_HASH section even when an object 103 Type: SHT_HASH 127 ## Document we don't report a warning when the value of the sh_entsize field of the SHT_HASH sectio… 146 ## Each SHT_HASH section starts with two 32-bit fields: nbucket and nchain. 164 Type: SHT_HASH 258 Type: SHT_HASH
|
D | hash-histogram.test | 36 Type: SHT_HASH 90 Type: SHT_HASH 112 ## Each SHT_HASH section starts with two 32-bit fields: nbucket and nchain. 127 Type: SHT_HASH 185 Type: SHT_HASH 228 Type: SHT_HASH
|
D | section-types.test | 15 # LLVM: Type: SHT_HASH 151 Type: SHT_HASH
|
D | hash-symbols.test | 51 Type: SHT_HASH 156 Type: SHT_HASH 348 Type: SHT_HASH 367 ## Each SHT_HASH section starts with two 32-bit fields: nbucket and nchain. 382 Type: SHT_HASH 445 Type: SHT_HASH 544 Type: SHT_HASH
|
D | all.test | 78 Type: SHT_HASH
|
D | dyn-symbols-size-from-hash-table.test | 89 Type: SHT_HASH 248 Type: SHT_HASH 397 Type: SHT_HASH
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 57 [SHT_HASH] = ELF_T_WORD, 120 if (sh_type == SHT_HASH && ehdr->e_ident[EI_CLASS] == ELFCLASS64) in __libelf_data_type() 268 else if (type == SHT_HASH) in __libelf_set_rawdata_wrlock()
|
D | elf32_updatenull.c | 243 case SHT_HASH: in __elfw2()
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | elf-sysv.test | 65 Type: SHT_HASH
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 422 if (section_header->sh_type != SHT_HASH in find_hash_table_section_index() 429 if (section_header->sh_type == SHT_HASH) in find_hash_table_section_index()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 273 #define SHT_HASH 5 macro
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 140 pub const SHT_HASH: u32 = 5; constant
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 236 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELF.cpp | 255 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 34 ELF: Type: SHT_HASH
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 670 SHT_HASH = 5, // Symbol hash table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 671 SHT_HASH = 5, // Symbol hash table. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 821 SHT_HASH = 5, // Symbol hash table. enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 844 SHT_HASH = 5, // Symbol hash table. enumerator
|
/external/elfutils/src/ |
D | elfcmp.c | 535 && shdr1->sh_type == SHT_HASH in main()
|
D | unstrip.c | 371 case SHT_HASH: in section_can_shrink() 496 case SHT_HASH: in adjust_relocs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 449 ECase(SHT_HASH); in enumeration() 1224 case ELF::SHT_HASH: in mapping()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 565 case ELF::SHT_HASH: in dumpSections() 741 case ELF::SHT_HASH: in getDefaultShEntSize()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 471 ECase(SHT_HASH); in enumeration() 1364 case ELF::SHT_HASH: in mapping()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 362 ECase(SHT_HASH) in enumeration()
|