Home
last modified time | relevance | path

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

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