Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c522 if (ofl->ofl_soname) in check_flags()
585 if (ofl->ofl_soname) in check_flags()
1155 if (ofl->ofl_soname) in parseopt_pass1()
1160 ofl->ofl_soname = (const char *)optarg; in parseopt_pass1()
H A Dversion.c963 if ((name = ofl->ofl_soname) == NULL) { in ld_vers_base()
H A Dsections.c1084 if (ofl->ofl_soname) { in make_dynamic()
1086 if (st_insert(strtbl, ofl->ofl_soname) == -1) in make_dynamic()
H A Dfiles.c2344 if (ofl->ofl_soname && in process_dynamic()
2345 (strcmp(ofl->ofl_soname, ifl->ifl_soname) == 0)) { in process_dynamic()
H A Dupdate.c2238 if (ofl->ofl_soname) { in update_odynamic()
2240 (void) st_setstring(strtbl, ofl->ofl_soname, &stoff); in update_odynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h311 const char *ofl_soname; /* (-h option) output file name for */ member