Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_symbols.cpp45 case DT_STRTAB: in Init()
/external/chromium_org/third_party/libvpx/include/
Delf.h90 #define DT_STRTAB 5 macro
/external/kernel-headers/original/uapi/linux/
Delf.h78 #define DT_STRTAB 5 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delf_mem_image.cc280 case DT_STRTAB: in Init()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delf_mem_image.cc280 case DT_STRTAB: in Init()
/external/elfutils/0.153/src/
Delflint.c1540 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic()
1543 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic()
1544 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic()
1548 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic()
1550 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic()
1551 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1556 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1572 [DT_STRTAB] = true, in check_dynamic()
1678 case DT_STRTAB: in check_dynamic()
DChangeLog1634 offsets in the string section. Make sure DT_STRTAB points to the
Dldgeneric.c6755 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
/external/elfutils/0.153/libdwfl/
Ddwfl_segment_report_module.c482 case DT_STRTAB: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c707 case DT_STRTAB: in find_dynsym()
DChangeLog372 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
/external/qemu/include/
Delf.h140 #define DT_STRTAB 5 macro
/external/llvm/include/llvm/Support/
DELF.h1662 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/elfutils/0.153/libelf/
Delf.h663 #define DT_STRTAB 5 /* Address of string table */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp853 case DT_STRTAB: in printValue()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1696 case DT_STRTAB: { in ML_()
/external/valgrind/main/perf/
Dtinycc.c632 #define DT_STRTAB 5 /* Address of string table */ macro
19664 put_dt(dynamic, DT_STRTAB, dynstr->sh_addr); in tcc_output_file()