Searched refs:DT_STRTAB (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/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/compiler-rt/lib/cfi/ |
D | cfi.cc | 120 else if (p->d_tag == DT_STRTAB) in find_cfi_check_in_dso()
|
/external/elfutils/src/ |
D | elflint.c | 1586 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic() 1589 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic() 1590 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1594 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic() 1596 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic() 1597 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1602 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1618 [DT_STRTAB] = true, in check_dynamic() 1732 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 | 3000 offsets in the string section. Make sure DT_STRTAB points to the
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1068 DT_STRTAB = 5, // Address of dynamic string table. enumerator
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 743 case DT_STRTAB: in dwfl_segment_report_module()
|
D | dwfl_module_getdwarf.c | 867 case DT_STRTAB: in find_dynsym()
|
D | ChangeLog | 1648 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 958 case ELF::DT_STRTAB: in ELFDumper() 1458 case DT_STRTAB: in printValue()
|
/external/elfutils/libelf/ |
D | elf.h | 705 #define DT_STRTAB 5 /* Address of string table */ macro
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1765 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()
|