Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dhash-table.test1 ## 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
Dhash-histogram.test36 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
Dsection-types.test15 # LLVM: Type: SHT_HASH
151 Type: SHT_HASH
Dhash-symbols.test51 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
Dall.test78 Type: SHT_HASH
Ddyn-symbols-size-from-hash-table.test89 Type: SHT_HASH
248 Type: SHT_HASH
397 Type: SHT_HASH
/external/elfutils/libelf/
Delf_getdata.c57 [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()
Delf32_updatenull.c243 case SHT_HASH: in __elfw2()
/external/llvm-project/llvm/test/tools/llvm-size/
Delf-sysv.test65 Type: SHT_HASH
/external/libabigail/src/
Dabg-elf-helpers.cc422 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/
Delf.h273 #define SHT_HASH 5 macro
/external/crosvm/kernel_loader/src/
Delf.rs140 pub const SHT_HASH: u32 = 5; constant
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp236 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp255 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
/external/llvm/test/Object/
Dreadobj-shared-object.test34 ELF: Type: SHT_HASH
/external/llvm/include/llvm/Support/
DELF.h670 SHT_HASH = 5, // Symbol hash table. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h671 SHT_HASH = 5, // Symbol hash table. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h821 SHT_HASH = 5, // Symbol hash table. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h844 SHT_HASH = 5, // Symbol hash table. enumerator
/external/elfutils/src/
Delfcmp.c535 && shdr1->sh_type == SHT_HASH in main()
Dunstrip.c371 case SHT_HASH: in section_can_shrink()
496 case SHT_HASH: in adjust_relocs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp449 ECase(SHT_HASH); in enumeration()
1224 case ELF::SHT_HASH: in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp565 case ELF::SHT_HASH: in dumpSections()
741 case ELF::SHT_HASH: in getDefaultShEntSize()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp471 ECase(SHT_HASH); in enumeration()
1364 case ELF::SHT_HASH: in mapping()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp362 ECase(SHT_HASH) in enumeration()

12