Home
last modified time | relevance | path

Searched refs:rpl_ldflags (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c131 const char *rpl_ldflags = NULL; /* replaceable LD_FLAGS string */ variable
H A Dutil.c1604 str = (select & SEL_REPLACE) ? &rpl_ldflags : in ld_generic_env()
2429 if (rpl_ldflags) { in procenv_user()
2430 if (ld_flags_env(rpl_ldflags, lmflags, lmtflags, 0, aout) == 1) in procenv_user()
2432 rpl_ldflags = NULL; in procenv_user()
2493 if (ld_flags_env(rpl_ldflags, lmflags, lmtflags, 0, aout) == 1) in readenv_config()
H A D_rtld.h588 extern const char *rpl_ldflags; /* replaceable LD_FLAGS string */