Home
last modified time | relevance | path

Searched refs:rpl_debug (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c131 const char *rpl_debug = NULL; /* replaceable LD_DEBUG string */ variable
H A Dsetup.c837 if ((rpl_debug || prm_debug) && ((rtld_flags & RT_FL_DEBUGGER) == 0)) { in setup()
842 if (rpl_debug) { in setup()
843 if (dbg_setup(rpl_debug, &_dbg_desc) == 0) in setup()
H A D_rtld.h582 extern const char *rpl_debug; /* replaceable LD_DEBUG string */
H A Dutil.c1580 str = (select & SEL_REPLACE) ? &rpl_debug : &prm_debug; in ld_generic_env()
2015 rpl_debug = MSG_ORIG(MSG_TKN_BINDINGS); in ld_generic_env()
2017 rpl_debug = NULL; in ld_generic_env()
H A Dpaths.c1127 (rpl_debug == 0) && (prm_debug == 0)) in expand_paths()