Home
last modified time | relevance | path

Searched refs:ofl_filtees (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c408 if (ofl->ofl_filtees && (otype != OT_SHARED)) in check_flags()
712 if ((ofl->ofl_filtees == NULL) && (ofl->ofl_dtsfltrs == NULL)) in check_flags()
1122 if (ofl->ofl_filtees && in parseopt_pass1()
1129 if ((ofl->ofl_filtees = in parseopt_pass1()
1130 add_string(ofl->ofl_filtees, optarg)) == in parseopt_pass1()
1139 if (ofl->ofl_filtees && in parseopt_pass1()
1146 if ((ofl->ofl_filtees = in parseopt_pass1()
1147 add_string(ofl->ofl_filtees, optarg)) == in parseopt_pass1()
H A Dsections.c1089 if (ofl->ofl_filtees) { in make_dynamic()
1091 if (st_insert(strtbl, ofl->ofl_filtees) == -1) in make_dynamic()
1098 if (strstr(ofl->ofl_filtees, in make_dynamic()
H A Dupdate.c2244 if (ofl->ofl_filtees) { in update_odynamic()
2250 (void) st_setstring(strtbl, ofl->ofl_filtees, &stoff); in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h310 char *ofl_filtees; /* shared objects we are a filter for */ member