/third_party/elfutils/libelf/ |
D | elf_getdata.c | 47 : (Sh_Type >= SHT_GNU_HASH && Sh_Type <= SHT_HISUNW \ 48 ? SHT_NUM + Sh_Type - SHT_GNU_HASH \ 72 [TYPEIDX (SHT_GNU_HASH)] = ELF_T_GNUHASH,
|
D | elf.h | 451 #define SHT_GNU_HASH 0x6ffffff6 /* GNU-style hash table. */ macro
|
D | ChangeLog | 1737 * elf_getdata.c (TYPEIDX): Handle SHT_GNU_HASH. 1738 (shtype_map): Add SHT_GNU_HASH entries.
|
/third_party/elfutils/libebl/ |
D | eblsectiontypename.c | 97 case SHT_GNU_HASH: in ebl_section_type_name()
|
D | ChangeLog | 702 * eblsectiontypename.c: Add support for SHT_GNU_HASH.
|
/third_party/elfio/elfio/ |
D | elfio_symbols.hpp | 106 if ( hash_section->get_type() == SHT_GNU_HASH || in get_symbol() 271 sec->get_type() == SHT_GNU_HASH || in find_hash_section()
|
D | elfio_dump.hpp | 389 { SHT_GNU_HASH, "GNU_HASH" },
|
D | elf_types.hpp | 512 constexpr Elf_Word SHT_GNU_HASH = 0x6ffffff6; variable
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 493 && section_header->sh_type != SHT_GNU_HASH) in find_hash_table_section_index() 501 else if (section_header->sh_type == SHT_GNU_HASH) in find_hash_table_section_index()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 261 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_HASH); in getELFSectionTypeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 685 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 854 SHT_GNU_HASH = 0x6ffffff6, // GNU-style hash table. enumerator
|
/third_party/skia/third_party/externals/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()
|
/third_party/elfutils/src/ |
D | elflint.c | 2333 size_t expect_entsize = (tag == SHT_GNU_HASH in check_hash() 2347 if (shdr->sh_size < (tag == SHT_GNU_HASH ? 4 : 2) * (expect_entsize ?: 4)) in check_hash() 2364 case SHT_GNU_HASH: in check_hash() 4194 case SHT_GNU_HASH: in check_sections()
|
D | readelf.c | 3558 if ((shdr->sh_type == SHT_HASH || shdr->sh_type == SHT_GNU_HASH) in handle_hash() 3578 else if (shdr->sh_type == SHT_GNU_HASH) in handle_hash()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 392 #define SHT_GNU_HASH 0x6ffffff6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 391 #define SHT_GNU_HASH 0x6ffffff6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 391 #define SHT_GNU_HASH 0x6ffffff6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 391 #define SHT_GNU_HASH 0x6ffffff6 macro
|
/third_party/musl/include/ |
D | elf.h | 391 #define SHT_GNU_HASH 0x6ffffff6 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 391 #define SHT_GNU_HASH 0x6ffffff6 macro
|