Searched refs:ofl_sos (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | ldmain.c | 527 ifl_list_cleanup(ofl->ofl_sos); in ld_ofl_cleanup() 528 ofl->ofl_sos = NULL; in ld_ofl_cleanup()
|
H A D | files.c | 148 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 D | version.c | 362 for (APLIST_TRAVERSE(ofl->ofl_sos, idx1, ifl)) { in ld_vers_check_need()
|
H A D | update.c | 2105 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 D | args.c | 1764 (aplist_append(&ofl->ofl_sos, ifl, in parseopt_pass2()
|
H A D | sections.c | 991 for (APLIST_TRAVERSE(ofl->ofl_sos, idx, ifl)) { in make_dynamic()
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | libld.h | 271 APlist *ofl_sos; /* shared object list */ member
|