Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dalldts.c47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h78 #define DT_STRTAB 5 macro
/external/elfutils/src/src/
Delflint.c1566 [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()
Dldgeneric.c6747 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
DChangeLog2515 offsets in the string section. Make sure DT_STRTAB points to the
/external/llvm/include/llvm/Support/
DELF.h993 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/elfutils/src/libdwfl/
Ddwfl_segment_report_module.c724 case DT_STRTAB: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c708 case DT_STRTAB: in find_dynsym()
DChangeLog1299 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp857 case DT_STRTAB: in printValue()
/external/elfutils/src/libelf/
Delf.h679 #define DT_STRTAB 5 /* Address of string table */ macro
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1762 case DT_STRTAB: { in ML_()
/external/valgrind/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()