Searched refs:DT_NEEDED (Results 1 – 7 of 7) 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)175 - if (dyn_entry->d_tag == DT_NEEDED)176 + if (read32(dyn_entry->d_tag, be) == DT_NEEDED)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)320 - if (dyn_entry->d_tag == DT_NEEDED)321 + if (read64(dyn_entry->d_tag, be) == DT_NEEDED)
174 + /* Now read the DT_NEEDED and DT_SONAME entries. */178 + if (dyn_entry->d_tag == DT_NEEDED || dyn_entry->d_tag == DT_SONAME)183 + if (dyn_entry->d_tag == DT_NEEDED)
80 #define DT_NEEDED 1 macro
499 #define DT_NEEDED 1 /* string table offset of needed lib */ macro
266 case DT_NEEDED:
61 - ldconfig-native: Fix to point correctly on the DT_NEEDED entries in an ELF file
215 #define DT_NEEDED 1 macro