Searched refs:DT_STRTAB (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_elf_symbols.cpp | 45 case DT_STRTAB: in Init()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 90 #define DT_STRTAB 5 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 78 #define DT_STRTAB 5 macro
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | elf_mem_image.cc | 280 case DT_STRTAB: in Init()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | elf_mem_image.cc | 280 case DT_STRTAB: in Init()
|
/external/elfutils/0.153/src/ |
D | elflint.c | 1540 [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()
|
D | ChangeLog | 1634 offsets in the string section. Make sure DT_STRTAB points to the
|
D | ldgeneric.c | 6755 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_segment_report_module.c | 482 case DT_STRTAB: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 707 case DT_STRTAB: in find_dynsym()
|
D | ChangeLog | 372 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
|
/external/qemu/include/ |
D | elf.h | 140 #define DT_STRTAB 5 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1662 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/elfutils/0.153/libelf/ |
D | elf.h | 663 #define DT_STRTAB 5 /* Address of string table */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 853 case DT_STRTAB: in printValue()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1696 case DT_STRTAB: { in ML_()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 632 #define DT_STRTAB 5 /* Address of string table */ macro 19664 put_dt(dynamic, DT_STRTAB, dynstr->sh_addr); in tcc_output_file()
|