Searched refs:ofl_soneed (Results 1 – 4 of 4) sorted by relevance
861 if ((sdf = sdf_find(name, ofl->ofl_soneed)) == NULL) { in ld_vers_need_process()862 if ((sdf = sdf_add(name, &ofl->ofl_soneed)) == in ld_vers_need_process()1021 for (APLIST_TRAVERSE(ofl->ofl_soneed, idx1, sdf)) { in ld_vers_verify()
2175 if ((sdf = sdf_find(needed, ofl->ofl_soneed)) == NULL) { in process_dynamic()2177 &ofl->ofl_soneed)) == (Sdf_desc *)S_ERROR) in process_dynamic()3538 for (APLIST_TRAVERSE(ofl->ofl_soneed, idx1, sdf)) { in ld_finish_libs()
2082 if (ofl->ofl_soneed) in ld_process_files()
273 APlist *ofl_soneed; /* list of implicitly required .so's */ member