Home
last modified time | relevance | path

Searched refs:DT_SONAME (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling.patch163 /* Now read the DT_NEEDED and DT_SONAME entries. */
168 - if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)
169 + if (read32(dyn_entry->d_tag, be) == DT_NEEDED || read32(dyn_entry->d_tag, be) == DT_SONAME)
184 - else if (dyn_entry->d_tag == DT_SONAME)
185 + else if (read32(dyn_entry->d_tag, be) == DT_SONAME)
308 /* Now read the DT_NEEDED and DT_SONAME entries. */
313 - if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)
314 + if (read64(dyn_entry->d_tag, be) == DT_NEEDED || read64(dyn_entry->d_tag, be) == DT_SONAME)
329 - else if (dyn_entry->d_tag == DT_SONAME)
330 + else if (read64(dyn_entry->d_tag, be) == DT_SONAME)
H A D32and64bit.patch174 + /* Now read the DT_NEEDED and DT_SONAME entries. */
178 + if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)
200 + else if (dyn_entry->d_tag == DT_SONAME)
209 + /* We reach this point only if the file doesn't contain a DT_SONAME
/openbmc/linux/include/uapi/linux/
H A Delf.h93 #define DT_SONAME 14 macro
/openbmc/u-boot/include/
H A Delf.h512 #define DT_SONAME 14 /* string table offset of shared obj */ macro
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc257 case DT_SONAME:
/openbmc/qemu/include/
H A Delf.h228 #define DT_SONAME 14 macro