Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dargs.c491 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()
H A Dversion.c963 if ((name = ofl->ofl_soname) == NULL) { in ld_vers_base()
H A Dsections.c1081 if (ofl->ofl_soname) { in make_dynamic()
1083 if (st_insert(strtbl, ofl->ofl_soname) == -1) in make_dynamic()
H A Dfiles.c2303 if (ofl->ofl_soname && in process_dynamic()
2304 (strcmp(ofl->ofl_soname, ifl->ifl_soname) == 0)) { in process_dynamic()
H A Dupdate.c2172 if (ofl->ofl_soname) { in update_odynamic()
2174 (void) st_setstring(strtbl, ofl->ofl_soname, &stoff); in update_odynamic()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h309 const char *ofl_soname; /* (-h option) output file name for */ member