Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c190 const char *profile_out = NULL; /* profile output file */ variable
H A Ddlfcns.c1862 if (profile_out == NULL) in dlinfo_core()
1863 profile_out = MSG_ORIG(MSG_PTH_VARTMP); in dlinfo_core()
1865 *(const char **)p = profile_out; in dlinfo_core()
H A D_rtld.h619 extern const char *profile_out; /* profile output file */
H A Dutil.c1793 str = &profile_out; in ld_generic_env()