Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c536 ifl_list_cleanup(ofl->ofl_sos); in ld_ofl_cleanup()
537 ofl->ofl_sos = NULL; in ld_ofl_cleanup()
H A Dfiles.c149 if (aplist_append(&ofl->ofl_sos, ifl, AL_CNT_OFL_LIBS) == NULL) in ifl_setup()
1817 (aplist_append(&ofl->ofl_sos, difl, in process_rel_dynamic()
2303 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, sifl)) { in process_dynamic()
3267 apl = ofl->ofl_sos; in ld_process_ifl()
3612 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 Dargs.c1871 (aplist_append(&ofl->ofl_sos, ifl, in parseopt_pass2()
H A Dupdate.c2171 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) { in update_odynamic()
2854 for (APLIST_TRAVERSE(ofl->ofl_sos, idx1, ifl)) { in update_overneed()
H A Dsections.c994 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) { in make_dynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h273 APlist *ofl_sos; /* shared object list */ member