Searched refs:DT_STRTAB (Results 1 – 12 of 12) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | ELF.cpp | 78 case DT_STRTAB: in getTypeString() 108 case DT_STRTAB: in printValue()
|
/external/grub/stage2/ |
D | i386-elf.h | 219 #define DT_STRTAB 5 macro
|
/external/elfutils/src/ |
D | elflint.c | 1502 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic() 1505 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1506 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1510 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1512 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic() 1513 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1518 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1534 [DT_STRTAB] = true, in check_dynamic() 1653 case DT_STRTAB: in check_dynamic()
|
D | ChangeLog | 872 offsets in the string section. Make sure DT_STRTAB points to the
|
D | ldgeneric.c | 6758 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 471 case DT_STRTAB: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 361 case DT_STRTAB: in find_dynsym()
|
/external/qemu/ |
D | elf.h | 134 #define DT_STRTAB 5 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1357 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/elfutils/libelf/ |
D | elf.h | 657 #define DT_STRTAB 5 /* Address of string table */ macro
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1646 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()
|