Searched refs:DT_STRTAB (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_symbols.cpp45 case DT_STRTAB:
46 LOG(" DT_STRTAB addr=%p\n", dyn_addr);
/external/chromium_org/third_party/libvpx/include/
H A Delf.h90 #define DT_STRTAB 5 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc280 case DT_STRTAB:
304 RAW_DCHECK(dynstr_, "invalid VDSO (no DT_STRTAB)");
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc280 case DT_STRTAB:
304 RAW_DCHECK(dynstr_, "invalid VDSO (no DT_STRTAB)");
/external/kernel-headers/original/uapi/linux/
H A Delf.h78 #define DT_STRTAB 5 macro
/external/elfutils/0.153/src/
H A Delflint.c1540 [DT_NEEDED] = { [DT_STRTAB] = true },
1543 [DT_STRTAB] = { [DT_STRSZ] = true },
1544 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true },
1548 [DT_STRSZ] = { [DT_STRTAB] = true },
1550 [DT_SONAME] = { [DT_STRTAB] = true },
1551 [DT_RPATH] = { [DT_STRTAB] = true },
1556 [DT_RUNPATH] = { [DT_STRTAB] = true },
1572 [DT_STRTAB] = true,
1678 case DT_STRTAB:
H A Dldgeneric.c6755 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB,
/external/elfutils/0.153/libdwfl/
H A Ddwfl_segment_report_module.c460 We need its DT_STRTAB and DT_STRSZ to decipher DT_SONAME,
482 case DT_STRTAB:
543 (DT_STRTAB, detected above). Ordinarily the dynamic linker
H A Ddwfl_module_getdwarf.c707 case DT_STRTAB:
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc328 tag == DT_STRTAB ||
/external/qemu/include/
H A Delf.h140 #define DT_STRTAB 5 macro
/external/llvm/include/llvm/Support/
H A DELF.h1662 DT_STRTAB = 5, // Address of dynamic string table. enumerator in enum:llvm::ELF::__anon24768
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp853 case DT_STRTAB:
/external/elfutils/0.153/libelf/
H A Delf.h663 #define DT_STRTAB 5 /* Address of string table */ macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1696 case DT_STRTAB: {
1705 ML_(symerr)(di, True, "Invalid DT_STRTAB offset");
/external/valgrind/main/perf/
H A Dtinycc.c632 #define DT_STRTAB 5 /* Address of string table */ macro
19666 put_dt(dynamic, DT_STRTAB, dynstr->sh_addr);

Completed in 388 milliseconds