/third_party/elfutils/libebl/ |
H A D | ebldynamictagname.c | 76 else if (tag >= DT_GNU_HASH && tag <= DT_SYMINFO) in ebl_dynamic_tag_name() 85 res = addrrntags[tag - DT_GNU_HASH]; in ebl_dynamic_tag_name()
|
H A D | ebldynamictagcheck.c | 46 || (tag >= DT_GNU_HASH && tag <= DT_SYMINFO) in ebl_dynamic_tag_check()
|
/third_party/elfio/elfio/ |
H A D | elfio_symbols.hpp | 107 hash_section->get_type() == DT_GNU_HASH ) { in get_symbol() 272 sec->get_type() == DT_GNU_HASH ) ) { in find_hash_section()
|
H A D | elfio_dump.hpp | 507 { DT_GNU_HASH, "GNU_HASH" },
|
H A D | elf_types.hpp | 1030 constexpr Elf_Word DT_GNU_HASH = 0x6ffffef5; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 59 DT_POSFLAG_1, DT_SYMINSZ, DT_SYMINENT, DT_GNU_HASH, in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1131 DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table. enumerator
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 869 case DT_GNU_HASH: in find_dynsym()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 788 #define DT_GNU_HASH 0x6ffffef5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 779 #define DT_GNU_HASH 0x6ffffef5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 779 #define DT_GNU_HASH 0x6ffffef5 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 779 #define DT_GNU_HASH 0x6ffffef5 macro
|
/third_party/musl/include/ |
H A D | elf.h | 814 #define DT_GNU_HASH 0x6ffffef5 macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 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() 1866 "DT_GNU_HASH", "DT_SYMTAB"); in check_dynamic()
|
H A D | readelf.c | 4926 case DT_GNU_HASH: in get_dynscn_addrs()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 944 #define DT_GNU_HASH 0x6ffffef5 /* GNU-style hash table. */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 938 if (search_vec(p->dynv, dyn, DT_GNU_HASH)) in decode_dyn()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 938 if (search_vec(p->dynv, dyn, DT_GNU_HASH)) in decode_dyn()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1007 if (search_vec(p->dynv, dyn, DT_GNU_HASH)) in decode_dyn()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1794 if (search_vec(p->dynv, dyn, DT_GNU_HASH)) in decode_dyn()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1982 if (search_vec(p->dynv, dyn, DT_GNU_HASH)) in decode_dyn()
|