Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELF.cpp78 case DT_STRTAB: in getTypeString()
108 case DT_STRTAB: in printValue()
/external/grub/stage2/
Di386-elf.h219 #define DT_STRTAB 5 macro
/external/elfutils/src/
Delflint.c1502 [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()
DChangeLog872 offsets in the string section. Make sure DT_STRTAB points to the
Dldgeneric.c6758 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c471 case DT_STRTAB: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c361 case DT_STRTAB: in find_dynsym()
/external/qemu/
Delf.h134 #define DT_STRTAB 5 macro
/external/llvm/include/llvm/Support/
DELF.h1357 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/elfutils/libelf/
Delf.h657 #define DT_STRTAB 5 /* Address of string table */ macro
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1646 case DT_STRTAB: { in ML_()
/external/valgrind/main/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()