Searched refs:DT_SYMTAB (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/tests/ |
D | alldts.c | 47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/external/u-boot/tools/ |
D | prelink-riscv.inc | 71 else if (dyn->d_tag == DT_SYMTAB)
|
/external/linux-kselftest/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 149 case DT_SYMTAB: in vdso_init_from_sysinfo_ehdr()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 80 #define DT_SYMTAB 6 macro
|
/external/u-boot/include/ |
D | elf.h | 504 #define DT_SYMTAB 6 /* address of symbol table */ macro
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 191 if (p->d_tag == DT_SYMTAB) in find_cfi_check_in_dso()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1041 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1095 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1097 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 1605 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic() 1607 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1612 [DT_SYMENT] = { [DT_SYMTAB] = true }, in check_dynamic() 1636 [DT_SYMTAB] = true, in check_dynamic() 1780 case DT_SYMTAB: in check_dynamic() 1859 && !has_dt[DT_SYMTAB]) in check_dynamic()
|
D | ChangeLog | 3962 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
|
/external/elfutils/libdwfl/ |
D | dwfl_module_getdwarf.c | 862 case DT_SYMTAB: in find_dynsym()
|
/external/kmod/port-gnu/ |
D | elf.h | 705 #define DT_SYMTAB 6 /* Address of symbol table */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 847 #define DT_SYMTAB 6 /* Address of symbol table */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1399 case ELF::DT_SYMTAB: in parseDynamicTable() 1662 case DT_SYMTAB: in printValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1483 case ELF::DT_SYMTAB: in parseDynamicTable() 1765 case DT_SYMTAB: in printValue()
|