Home
last modified time | relevance | path

Searched refs:ofl_sos (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dldmain.c527 ifl_list_cleanup(ofl->ofl_sos); in ld_ofl_cleanup()
528 ofl->ofl_sos = NULL; in ld_ofl_cleanup()
H A Dfiles.c148 if (aplist_append(&ofl->ofl_sos, ifl, AL_CNT_OFL_LIBS) == NULL) in ifl_setup()
1776 (aplist_append(&ofl->ofl_sos, difl, in process_rel_dynamic()
2262 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, sifl)) { in process_dynamic()
3210 apl = ofl->ofl_sos; in ld_process_ifl()
3555 for (APLIST_TRAVERSE(ofl->ofl_sos, idx2, ifl)) { in ld_finish_libs()
H A Dversion.c362 for (APLIST_TRAVERSE(ofl->ofl_sos, idx1, ifl)) { in ld_vers_check_need()
H A Dupdate.c2105 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) { in update_odynamic()
2775 for (APLIST_TRAVERSE(ofl->ofl_sos, idx1, ifl)) { in update_overneed()
H A Dargs.c1764 (aplist_append(&ofl->ofl_sos, ifl, in parseopt_pass2()
H A Dsections.c991 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) { in make_dynamic()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h271 APlist *ofl_sos; /* shared object list */ member