/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 184 case DT_HASH: in generic_get_entry_dyn() 237 case DT_HASH: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 476 { DT_HASH, "HASH" },
|
H A D | elf_types.hpp | 997 constexpr Elf_Word DT_HASH = 4; member
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 92 case DT_HASH: vdso_info.hashtab = p; break; in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 92 case DT_HASH: vdso_info.hashtab = p; break; in __get_vdso_info()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 71 case DT_HASH: hashtab = p; break; in __vdsosym()
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 48 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/third_party/ltp/libs/libltpvdso/ |
H A 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/ |
H A D | elf_mem_image.cc | 226 case DT_HASH:
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 153 DT_HASH => { in init_from_sysinfo_ehdr()
|
/third_party/elfio/c_wrapper/ |
H A 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/ |
H A D | ELF.h | 1093 DT_HASH = 4, // Address of symbolic hash table. enumerator
|
/third_party/elfutils/src/ |
H A 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/musl/porting/liteos_a/user/ldso/ |
H A 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/ |
H A 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/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 865 case DT_HASH: in find_dynsym()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 999 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 1000 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 729 #define DT_HASH 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 723 #define DT_HASH 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 723 #define DT_HASH 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 723 #define DT_HASH 4 macro
|
/third_party/musl/include/ |
H A D | elf.h | 748 #define DT_HASH 4 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 877 #define DT_HASH 4 /* Address of symbol hash table */ macro
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1786 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 1787 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1974 if (dyn[0]&(1<<DT_HASH)) in decode_dyn() 1975 p->hashtab = laddr(p, dyn[DT_HASH]); in decode_dyn()
|