Searched refs:ofl_soname (Results 1 – 6 of 6) sorted by relevance
491 if (ofl->ofl_soname) in check_flags()551 if (ofl->ofl_soname) in check_flags()1121 if (ofl->ofl_soname) in parseopt_pass1()1126 ofl->ofl_soname = (const char *)optarg; in parseopt_pass1()
963 if ((name = ofl->ofl_soname) == NULL) { in ld_vers_base()
1081 if (ofl->ofl_soname) { in make_dynamic()1083 if (st_insert(strtbl, ofl->ofl_soname) == -1) in make_dynamic()
2303 if (ofl->ofl_soname && in process_dynamic()2304 (strcmp(ofl->ofl_soname, ifl->ifl_soname) == 0)) { in process_dynamic()
2172 if (ofl->ofl_soname) { in update_odynamic()2174 (void) st_setstring(strtbl, ofl->ofl_soname, &stoff); in update_odynamic()
309 const char *ofl_soname; /* (-h option) output file name for */ member