Home
last modified time | relevance | path

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

/illumos-gate/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.c2216 if ((sdf = sdf_find(needed, ofl->ofl_soneed)) == NULL) { in process_dynamic()
2218 &ofl->ofl_soneed)) == (Sdf_desc *)S_ERROR) in process_dynamic()
3595 for (APLIST_TRAVERSE(ofl->ofl_soneed, idx1, sdf)) { in ld_finish_libs()
H A Dargs.c2189 if (ofl->ofl_soneed) in ld_process_files()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h275 APlist *ofl_soneed; /* list of implicitly required .so's */ member