Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dversion.c861 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()
H A Dfiles.c2175 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()
H A Dargs.c2082 if (ofl->ofl_soneed) in ld_process_files()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h273 APlist *ofl_soneed; /* list of implicitly required .so's */ member