Home
last modified time | relevance | path

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

/titanic_41/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.c219 if (rtld_flags & RT_FL_APPLIC) in get_lcinterface()
H A Dutil.c2910 if ((rtld_flags & RT_FL_APPLIC) == 0) in veprintf()
3000 if ((rtld_flags & (RT_FL_APPLIC | RT_FL_SILENCERR)) == 0) { in veprintf()
3023 if ((rtld_flags & RT_FL_APPLIC) == 0) { in veprintf()
3054 if ((rtld_flags & RT_FL_APPLIC) && in veprintf()
3109 if (rtld_flags & RT_FL_APPLIC) { in rtldexit()
H A Dsetup.c1222 rtld_flags |= (RT_FL_OPERATION | RT_FL_APPLIC); in setup()
H A Danalyze.c2452 if ((rtld_flags & RT_FL_APPLIC) && ((FLAGS(nlmp) & in load_path()