Searched refs:ofl_sgsid (Results 1 – 4 of 4) sorted by relevance
178 if ((ofl->ofl_sgsid = (char *)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()
915 data->d_buf = (void *)ofl->ofl_sgsid; in make_comment()916 data->d_size = strlen(ofl->ofl_sgsid) + 1; in make_comment()
1644 ofl->ofl_sgsid); in parseopt_pass1()
247 char *ofl_sgsid; /* link-editor identification */ member