Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c178 if ((ofl->ofl_sgsid = libld_calloc(MSG_SGS_ID_SIZE + in ld_main()
181 (void) strcpy(ofl->ofl_sgsid, MSG_ORIG(MSG_SGS_ID)); in ld_main()
182 (void) strcat(ofl->ofl_sgsid, link_ver_string); in ld_main()
H A Dsections.c918 data->d_buf = (void *)ofl->ofl_sgsid; in make_comment()
919 data->d_size = strlen(ofl->ofl_sgsid) + 1; in make_comment()
H A Dargs.c1751 ofl->ofl_sgsid); in parseopt_pass1()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h249 char *ofl_sgsid; /* link-editor identification */ member