Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c594 if (ofl->ofl_config) in check_flags()
1074 if (ofl->ofl_config) in parseopt_pass1()
1079 ofl->ofl_config = optarg; in parseopt_pass1()
H A Dsections.c1125 if (ofl->ofl_config) { in make_dynamic()
1127 if (st_insert(strtbl, ofl->ofl_config) == -1) in make_dynamic()
1134 if (strstr(ofl->ofl_config, MSG_ORIG(MSG_STR_ORIGIN))) { in make_dynamic()
H A Dupdate.c2270 if (ofl->ofl_config) { in update_odynamic()
2272 (void) st_setstring(strtbl, ofl->ofl_config, &stoff); in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h315 char *ofl_config; /* config path to store in .dynamic */ member