/third_party/elfutils/libelf/ |
D | elf_getdata.c | 56 [SHT_HASH] = ELF_T_WORD, 122 if (sh_type == SHT_HASH && ehdr->e_ident[EI_CLASS] == ELFCLASS64) in __libelf_data_type() 270 else if (type == SHT_HASH) in __libelf_set_rawdata_wrlock()
|
D | elf32_updatenull.c | 241 case SHT_HASH: in __elfw2()
|
D | elf.h | 435 #define SHT_HASH 5 /* Symbol hash table */ macro
|
/third_party/elfio/elfio/ |
D | elfio_symbols.hpp | 102 if ( hash_section->get_type() == SHT_HASH ) { in get_symbol() 270 ( sec->get_type() == SHT_HASH || in find_hash_section()
|
D | elfio_dump.hpp | 376 { SHT_HASH, "HASH" },
|
D | elf_types.hpp | 499 constexpr Elf_Word SHT_HASH = 5; variable
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 492 if (section_header->sh_type != SHT_HASH in find_hash_table_section_index() 499 if (section_header->sh_type == SHT_HASH) in find_hash_table_section_index()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 197 #define SHT_HASH 5 /* symbol hash table section */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 197 #define SHT_HASH 5 /* symbol hash table section */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 236 STRINGIFY_ENUM_CASE(ELF, SHT_HASH); in getELFSectionTypeName()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 471 #define SHT_HASH 5 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 671 SHT_HASH = 5, // Symbol hash table. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 821 SHT_HASH = 5, // Symbol hash table. enumerator
|
/third_party/elfutils/src/ |
D | elfcmp.c | 534 && shdr1->sh_type == SHT_HASH in main()
|
D | unstrip.c | 370 case SHT_HASH: in section_can_shrink() 499 case SHT_HASH: in adjust_relocs()
|
D | elflint.c | 2357 case SHT_HASH: in check_hash() 3650 { ".hash", 6, SHT_HASH, exact, SHF_ALLOC, 0 }, 4189 case SHT_HASH: in check_sections()
|
D | strip.c | 2257 case SHT_HASH: in handle_elf()
|
D | readelf.c | 3558 if ((shdr->sh_type == SHT_HASH || shdr->sh_type == SHT_GNU_HASH) in handle_hash() 3571 if (shdr->sh_type == SHT_HASH) in handle_hash()
|
/third_party/skia/third_party/externals/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()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 376 #define SHT_HASH 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 376 #define SHT_HASH 5 macro
|
/third_party/musl/include/ |
D | elf.h | 376 #define SHT_HASH 5 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 376 #define SHT_HASH 5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 376 #define SHT_HASH 5 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 376 #define SHT_HASH 5 macro
|