Home
last modified time | relevance | path

Searched refs:DT_SYMTAB (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/tests/
Dalldts.c47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/external/u-boot/tools/
Dprelink-riscv.inc71 else if (dyn->d_tag == DT_SYMTAB)
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c149 case DT_SYMTAB: in vdso_init_from_sysinfo_ehdr()
/external/kernel-headers/original/uapi/linux/
Delf.h80 #define DT_SYMTAB 6 macro
/external/u-boot/include/
Delf.h504 #define DT_SYMTAB 6 /* address of symbol table */ macro
/external/compiler-rt/lib/cfi/
Dcfi.cc191 if (p->d_tag == DT_SYMTAB) in find_cfi_check_in_dso()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1041 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1095 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
/external/llvm/include/llvm/Support/
DELF.h1097 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
/external/elfutils/src/
Delflint.c1605 [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()
DChangeLog3962 * elflint.c (check_dynamic): Don't require DT_HASH for DT_SYMTAB.
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c862 case DT_SYMTAB: in find_dynsym()
/external/kmod/port-gnu/
Delf.h705 #define DT_SYMTAB 6 /* Address of symbol table */ macro
/external/elfutils/libelf/
Delf.h847 #define DT_SYMTAB 6 /* Address of symbol table */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1399 case ELF::DT_SYMTAB: in parseDynamicTable()
1662 case DT_SYMTAB: in printValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1483 case ELF::DT_SYMTAB: in parseDynamicTable()
1765 case DT_SYMTAB: in printValue()