Home
last modified time | relevance | path

Searched refs:ofl_depaudit (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c588 if (ofl->ofl_depaudit) in check_flags()
1229 if ((ofl->ofl_depaudit = in parseopt_pass1()
1230 add_string(ofl->ofl_depaudit, in parseopt_pass1()
H A Dsections.c1139 if (ofl->ofl_depaudit) { in make_dynamic()
1141 if (st_insert(strtbl, ofl->ofl_depaudit) == -1) in make_dynamic()
H A Dfiles.c2262 if ((ofl->ofl_depaudit = add_string(ofl->ofl_depaudit, in process_dynamic()
H A Dupdate.c2276 if (ofl->ofl_depaudit) { in update_odynamic()
2278 (void) st_setstring(strtbl, ofl->ofl_depaudit, &stoff); in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h397 char *ofl_depaudit; /* dependency auditing required (-P) */ member