Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig-handle-.dynstr-located-in-separate-segment.patch7 To determine the load offset of the DT_STRTAB section search for the
66 if (read32(dyn_entry->d_tag, be) == DT_STRTAB)
144 if (read64(dyn_entry->d_tag, be) == DT_STRTAB)
H A Dendian-ness_handling.patch152 - 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)
H A D32and64bit.patch162 + if (dyn_entry->d_tag == DT_STRTAB)
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c131 case DT_STRTAB: in vdso_init_from_sysinfo_ehdr()
/openbmc/linux/include/uapi/linux/
H A Delf.h84 #define DT_STRTAB 5 macro
/openbmc/u-boot/include/
H A Delf.h503 #define DT_STRTAB 5 /* address of string table */ macro
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc246 case DT_STRTAB:
/openbmc/qemu/include/
H A Delf.h219 #define DT_STRTAB 5 macro
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c78 symtab->elf_symstrtab = vdso_get_dyn(addr, dyntab, DT_STRTAB); in vdso_get_symtab()