Searched refs:DT_SONAME (Results 1 – 6 of 6) sorted by relevance
163 /* 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)
174 + /* 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
93 #define DT_SONAME 14 macro
512 #define DT_SONAME 14 /* string table offset of shared obj */ macro
257 case DT_SONAME:
228 #define DT_SONAME 14 macro