Searched refs:DT_HASH (Results 1 – 16 of 16) sorted by relevance
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 66 #define DT_HASH 4 /* Address of symbol hash table */ macro
|
/external/linux-kselftest/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 151 case DT_HASH: in vdso_init_from_sysinfo_ehdr()
|
/external/elfutils/tests/ |
D | alldts.c | 47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/external/syslinux/com32/lib/sys/module/ |
D | elf_module.c | 71 case DT_HASH: in prepare_dynlinking()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 77 #define DT_HASH 4 macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1039 DT_HASH = 4, // Address of symbolic hash table. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1095 DT_HASH = 4, // Address of symbolic hash table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1093 DT_HASH = 4, // Address of symbolic hash table. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 1588 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic() 1755 case DT_HASH: in check_dynamic() 1835 if (!has_dt[DT_HASH] && !has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)]) in check_dynamic() 1841 if (!has_dt[DT_HASH] && has_addr_dt[DT_ADDRTAGIDX (DT_GNU_HASH)] in check_dynamic()
|
D | ldgeneric.c | 6729 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_HASH, in ld_generic_create_outfile()
|
D | ChangeLog | 2899 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 859 case DT_HASH: in find_dynsym()
|
/external/kmod/port-gnu/ |
D | elf.h | 703 #define DT_HASH 4 /* Address of symbol hash table */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 704 #define DT_HASH 4 /* Address of symbol hash table */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1385 case ELF::DT_HASH: in parseDynamicTable() 1660 case DT_HASH: in printValue()
|
/external/valgrind/perf/ |
D | tinycc.c | 631 #define DT_HASH 4 /* Address of symbol hash table */ macro 19663 put_dt(dynamic, DT_HASH, s1->dynsym->hash->sh_addr); in tcc_output_file()
|