Home
last modified time | relevance | path

Searched refs:DT_STRTAB (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/debug/
Delf_reader_linux.cc119 if (dynamic_iter->d_tag == DT_STRTAB) { in ReadElfLibraryName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DELFDump.cpp33 if (Dyn.d_tag == ELF::DT_STRTAB) { in getDynamicStrTab()
/external/elfutils/tests/
Dalldts.c47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c144 case DT_STRTAB: in vdso_init_from_sysinfo_ehdr()
/external/kernel-headers/original/uapi/linux/
Delf.h79 #define DT_STRTAB 5 macro
/external/u-boot/include/
Delf.h503 #define DT_STRTAB 5 /* address of string table */ macro
/external/compiler-rt/lib/cfi/
Dcfi.cc193 else if (p->d_tag == DT_STRTAB) in find_cfi_check_in_dso()
/external/elfutils/src/
Delflint.c1603 [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()
DChangeLog4063 offsets in the string section. Make sure DT_STRTAB points to the
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1040 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1094 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/llvm/include/llvm/Support/
DELF.h1096 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c767 case DT_STRTAB: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c874 case DT_STRTAB: in find_dynsym()
DChangeLog1979 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
/external/kmod/port-gnu/
Delf.h704 #define DT_STRTAB 5 /* Address of string table */ macro
/external/elfutils/libelf/
Delf.h846 #define DT_STRTAB 5 /* Address of string table */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1393 case ELF::DT_STRTAB: in parseDynamicTable()
1661 case DT_STRTAB: in printValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1477 case ELF::DT_STRTAB: in parseDynamicTable()
1764 case DT_STRTAB: in printValue()