/external/libchrome/base/debug/ |
D | elf_reader_linux.cc | 119 if (dynamic_iter->d_tag == DT_STRTAB) { in ReadElfLibraryName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 33 if (Dyn.d_tag == ELF::DT_STRTAB) { in getDynamicStrTab()
|
/external/elfutils/tests/ |
D | alldts.c | 47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/external/linux-kselftest/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 144 case DT_STRTAB: in vdso_init_from_sysinfo_ehdr()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 79 #define DT_STRTAB 5 macro
|
/external/u-boot/include/ |
D | elf.h | 503 #define DT_STRTAB 5 /* address of string table */ macro
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 193 else if (p->d_tag == DT_STRTAB) in find_cfi_check_in_dso()
|
/external/elfutils/src/ |
D | elflint.c | 1603 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic() 1606 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1607 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1611 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1613 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic() 1614 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1619 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1635 [DT_STRTAB] = true, in check_dynamic() 1749 case DT_STRTAB: in check_dynamic()
|
D | ChangeLog | 4063 offsets in the string section. Make sure DT_STRTAB points to the
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1040 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1094 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1096 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 767 case DT_STRTAB: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 874 case DT_STRTAB: in find_dynsym()
|
D | ChangeLog | 1979 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
|
/external/kmod/port-gnu/ |
D | elf.h | 704 #define DT_STRTAB 5 /* Address of string table */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 846 #define DT_STRTAB 5 /* Address of string table */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1393 case ELF::DT_STRTAB: in parseDynamicTable() 1661 case DT_STRTAB: in printValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1477 case ELF::DT_STRTAB: in parseDynamicTable() 1764 case DT_STRTAB: in printValue()
|