Home
last modified time | relevance | path

Searched refs:ofl_maps (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c680 if (ofl->ofl_maps) { in check_flags()
684 for (APLIST_TRAVERSE(ofl->ofl_maps, idx, name)) in check_flags()
1708 if (aplist_append(&(ofl->ofl_maps), optarg, in parseopt_pass1()
H A Dupdate.c1165 (aplist_nitems(ofl->ofl_maps) > 0) && /* mapfile used */ in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h259 APlist *ofl_maps; /* list of input mapfiles */ member