/third_party/elfio/elfio/ |
D | elfio_dynamic.hpp | 184 case DT_HASH: in generic_get_entry_dyn() 237 case DT_HASH: in generic_add_entry_dyn()
|
D | elfio_dump.hpp | 476 { DT_HASH, "HASH" },
|
D | elf_types.hpp | 997 constexpr Elf_Word DT_HASH = 4; variable
|
/third_party/musl/src/internal/ |
D | vdso.c | 71 case DT_HASH: hashtab = p; break; in __vdsosym()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 92 case DT_HASH: vdso_info.hashtab = p; break; in __get_vdso_info()
|
/third_party/musl/src/internal/linux/ |
D | vdso.c | 92 case DT_HASH: vdso_info.hashtab = p; break; in __get_vdso_info()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 45 pub(super) const DT_HASH: i32 = 4; constant
|
D | vdso.rs | 153 DT_HASH => { in init_from_sysinfo_ehdr()
|
/third_party/elfutils/tests/ |
D | alldts.c | 48 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 158 case DT_HASH: in vdso_init_from_sysinfo_ehdr()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 226 case DT_HASH: in Init()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 669 #define DT_HASH 4 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1093 DT_HASH = 4, // Address of symbolic hash table. enumerator
|
/third_party/elfutils/src/ |
D | elflint.c | 1608 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic() 1775 case DT_HASH: in check_dynamic() 1855 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)]) in check_dynamic() 1861 if (!has_dt[DT_HASH] && has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)] in check_dynamic()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 865 case DT_HASH: in find_dynsym()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 930 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 931 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 930 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 931 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|
/third_party/musl/ldso/ |
D | dynlink.c | 936 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 937 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 728 #define DT_HASH 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 723 #define DT_HASH 4 macro
|
/third_party/musl/include/ |
D | elf.h | 733 #define DT_HASH 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 723 #define DT_HASH 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 723 #define DT_HASH 4 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 877 #define DT_HASH 4 /* Address of symbol hash table */ macro
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 1786 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 1787 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|