Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cw/
H A Dcw.c196 char *i_linker; member
1074 if ((ctx->i_linker != NULL) && (getenv("LD_ALTEXEC") == NULL)) in prepctx()
1075 setenv("LD_ALTEXEC", ctx->i_linker, 1); in prepctx()
1377 if ((main_ctx->i_linker = strdup(optarg)) == NULL) in main()