Searched refs:ofl_soneed (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c861 if ((sdf = sdf_find(name, ofl->ofl_soneed)) == NULL) {
862 if ((sdf = sdf_add(name, &ofl->ofl_soneed)) ==
1021 for (APLIST_TRAVERSE(ofl->ofl_soneed, idx1, sdf)) {
H A Dfiles.c2102 * recorded on the `ofl_soneed' list and will be analyzed after all explicit
2164 if ((sdf = sdf_find(needed, ofl->ofl_soneed)) == NULL) {
2166 &ofl->ofl_soneed)) == (Sdf_desc *)S_ERROR)
3519 for (APLIST_TRAVERSE(ofl->ofl_soneed, idx1, sdf)) {
H A Dargs.c2008 if (ofl->ofl_soneed)
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h273 APlist *ofl_soneed; /* list of implicitly required .so's */ member in struct:ofl_desc
1327 * - ofl_soneed; maintain the list of implicitly required dependencies

Completed in 311 milliseconds