Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c132 const char *rpl_ldflags = NULL; /* replaceable LD_FLAGS string */ variable
H A Dutil.c1609 str = (select & SEL_REPLACE) ? &rpl_ldflags : in ld_generic_env()
2431 if (rpl_ldflags) { in procenv_user()
2432 if (ld_flags_env(rpl_ldflags, lmflags, lmtflags, 0) == 1) in procenv_user()
2434 rpl_ldflags = NULL; in procenv_user()
2495 if (ld_flags_env(rpl_ldflags, lmflags, lmtflags, 0) == 1) in readenv_config()
H A D_rtld.h583 extern const char *rpl_ldflags; /* replaceable LD_FLAGS string */