Home
last modified time | relevance | path

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

/external/elfutils/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/compiler-rt/lib/cfi/
Dcfi.cc120 else if (p->d_tag == DT_STRTAB) in find_cfi_check_in_dso()
/external/elfutils/src/
Delflint.c1586 [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()
Dldgeneric.c6747 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
DChangeLog3000 offsets in the string section. Make sure DT_STRTAB points to the
/external/llvm/include/llvm/Support/
DELF.h1068 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c743 case DT_STRTAB: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c867 case DT_STRTAB: in find_dynsym()
DChangeLog1648 * dwfl_segment_report_module.c: Handle DT_STRTAB value being either
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp958 case ELF::DT_STRTAB: in ELFDumper()
1458 case DT_STRTAB: in printValue()
/external/elfutils/libelf/
Delf.h705 #define DT_STRTAB 5 /* Address of string table */ macro
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1765 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()