Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h219 #define DT_STRTAB 5 macro
/external/elfutils/src/
Delflint.c1282 [DT_NEEDED] = { [DT_STRTAB] = true }, in check_dynamic()
1285 [DT_STRTAB] = { [DT_STRSZ] = true }, in check_dynamic()
1286 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_HASH] = true, in check_dynamic()
1291 [DT_STRSZ] = { [DT_STRTAB] = true }, in check_dynamic()
1293 [DT_SONAME] = { [DT_STRTAB] = true }, in check_dynamic()
1294 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1299 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1315 [DT_STRTAB] = true, in check_dynamic()
Dldgeneric.c6014 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_STRTAB, in ld_generic_create_outfile()
/external/kernel-headers/original/linux/
Delf.h65 #define DT_STRTAB 5 macro
/external/llvm/include/llvm/Support/
DELF.h790 DT_STRTAB = 5, // Address of dynamic string table. enumerator
/external/qemu/
Delf.h134 #define DT_STRTAB 5 macro
/external/elfutils/libelf/
Delf.h638 #define DT_STRTAB 5 /* Address of string table */ macro
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1405 case DT_STRTAB: { in ML_()
/external/valgrind/main/perf/
Dtinycc.c632 #define DT_STRTAB 5 /* Address of string table */ macro
19663 put_dt(dynamic, DT_STRTAB, dynstr->sh_addr); in tcc_output_file()