Home
last modified time | relevance | path

Searched refs:DT_STRTAB (Results 1 – 7 of 7) 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/qemu/
Delf.h130 #define DT_STRTAB 5 macro
/external/elfutils/libelf/
Delf.h638 #define DT_STRTAB 5 /* Address of string table */ macro
/external/elfcopy/
Delfcopy.c1939 case DT_STRTAB: in adjust_dynamic_segment_offsets()