Home
last modified time | relevance | path

Searched refs:rpl_audit (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c130 const char *rpl_audit = NULL; /* replaceable LD_AUDIT string */ variable
H A Dsetup.c879 if (rpl_audit || prm_audit || profile_lib) { in setup()
883 aud[0] = rpl_audit; in setup()
H A D_rtld.h581 extern const char *rpl_audit; /* replaceable LD_AUDIT string */
H A Dutil.c1485 str = (select & SEL_REPLACE) ? &rpl_audit : &prm_audit; in ld_generic_env()
2443 rpl_audit = profile_lib = profile_name = NULL; in procenv_user()