Searched refs:DT_STRTAB (Results 1 – 9 of 9) sorted by relevance
7 To determine the load offset of the DT_STRTAB section search for the66 if (read32(dyn_entry->d_tag, be) == DT_STRTAB)144 if (read64(dyn_entry->d_tag, be) == DT_STRTAB)
152 - if (dyn_entry->d_tag == DT_STRTAB)153 + if (read32(dyn_entry->d_tag, be) == DT_STRTAB)297 - if (dyn_entry->d_tag == DT_STRTAB)298 + if (read64(dyn_entry->d_tag, be) == DT_STRTAB)
162 + if (dyn_entry->d_tag == DT_STRTAB)
131 case DT_STRTAB: in vdso_init_from_sysinfo_ehdr()
84 #define DT_STRTAB 5 macro
503 #define DT_STRTAB 5 /* address of string table */ macro
246 case DT_STRTAB:
219 #define DT_STRTAB 5 macro
78 symtab->elf_symstrtab = vdso_get_dyn(addr, dyntab, DT_STRTAB); in vdso_get_symtab()