Home
last modified time | relevance | path

Searched refs:mf_ifl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c171 if (mf->mf_ifl != NULL) in ld_map_ifl()
172 return (mf->mf_ifl); in ld_map_ifl()
185 mf->mf_ifl = ifl; in ld_map_ifl()
186 return (mf->mf_ifl); in ld_map_ifl()
H A D_map.h95 Ifl_desc *mf_ifl; /* NULL, or pseudo input file */ member