Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c138 const char *prm_debug = NULL; /* permanent LD_DEBUG string */ variable
H A Dsetup.c837 if ((rpl_debug || prm_debug) && ((rtld_flags & RT_FL_DEBUGGER) == 0)) { in setup()
848 if (prm_debug) in setup()
849 (void) dbg_setup(prm_debug, &_dbg_desc); in setup()
H A D_rtld.h589 extern const char *prm_debug; /* permanent LD_DEBUG string */
H A Dpaths.c1127 (rpl_debug == 0) && (prm_debug == 0)) in expand_paths()
H A Dutil.c1580 str = (select & SEL_REPLACE) ? &rpl_debug : &prm_debug; in ld_generic_env()