Searched refs:DT_STRTAB (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/src/tests/ |
D | alldts.c | 47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 78 #define DT_STRTAB 5 macro
|
/external/elfutils/src/src/ |
D | elflint.c | 1566 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic() 1569 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1570 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1574 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1576 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic() 1577 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1582 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1598 [DT_STRTAB] = true, in check_dynamic() 1705 case DT_STRTAB: in check_dynamic()
|
D | ldgeneric.c | 6747 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
|
D | ChangeLog | 2515 offsets in the string section. Make sure DT_STRTAB points to the
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 993 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/elfutils/src/libdwfl/ |
D | dwfl_segment_report_module.c | 724 case DT_STRTAB: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 708 case DT_STRTAB: in find_dynsym()
|
D | ChangeLog | 1299 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 857 case DT_STRTAB: in printValue()
|
/external/elfutils/src/libelf/ |
D | elf.h | 679 #define DT_STRTAB 5 /* Address of string table */ macro
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1762 case DT_STRTAB: { in ML_()
|
/external/valgrind/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()
|