Home
last modified time | relevance | path

Searched refs:RT_FL_APPLIC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h283 #define RT_FL_APPLIC 0x00000080 /* executing application code */ macro
538 f = (rtld_flags & RT_FL_APPLIC) ? 0 : RT_FL_APPLIC; \
H A Ddebug.c239 if (rtld_flags & RT_FL_APPLIC) { in dbg_print()
H A Dexternal.c220 if (rtld_flags & RT_FL_APPLIC) in get_lcinterface()
H A Dutil.c2911 if ((rtld_flags & RT_FL_APPLIC) == 0) in veprintf()
3004 if ((rtld_flags & (RT_FL_APPLIC | RT_FL_SILENCERR)) == 0) { in veprintf()
3027 if ((rtld_flags & RT_FL_APPLIC) == 0) { in veprintf()
3058 if ((rtld_flags & RT_FL_APPLIC) && in veprintf()
3112 if (rtld_flags & RT_FL_APPLIC) { in rtldexit()
H A Dsetup.c1158 rtld_flags |= (RT_FL_OPERATION | RT_FL_APPLIC); in setup()
H A Danalyze.c2442 if ((rtld_flags & RT_FL_APPLIC) && ((FLAGS(nlmp) & in load_path()