Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c534 ifl_list_cleanup(ofl->ofl_objs); in ld_ofl_cleanup()
535 ofl->ofl_objs = NULL; in ld_ofl_cleanup()
H A Dmap_support.c181 if (aplist_append(&mf->mf_ofl->ofl_objs, ifl, AL_CNT_OFL_OBJS) == NULL) in ld_map_ifl()
H A Dsyms.c3230 for (APLIST_TRAVERSE(ofl->ofl_objs, idx, _ifl)) in ld_sym_add_u()
3248 if (aplist_append(&ofl->ofl_objs, ifl, AL_CNT_OFL_OBJS) == NULL) in ld_sym_add_u()
H A Dfiles.c152 if (aplist_append(&ofl->ofl_objs, ifl, AL_CNT_OFL_OBJS) == NULL) in ifl_setup()
3265 apl = ofl->ofl_objs; in ld_process_ifl()
H A Dsections.c285 for (APLIST_TRAVERSE(ofl->ofl_objs, idx1, ifl)) { in ignore_section_processing()
H A Dupdate.c633 for (APLIST_TRAVERSE(ofl->ofl_objs, idx1, ifl)) { in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h265 APlist *ofl_objs; /* relocatable object file list */ member