Searched refs:RT_FL_APPLIC (Results 1 – 6 of 6) sorted by relevance
283 #define RT_FL_APPLIC 0x00000080 /* executing application code */ macro538 f = (rtld_flags & RT_FL_APPLIC) ? 0 : RT_FL_APPLIC; \
239 if (rtld_flags & RT_FL_APPLIC) { in dbg_print()
221 if (rtld_flags & RT_FL_APPLIC) in get_lcinterface()
2912 if ((rtld_flags & RT_FL_APPLIC) == 0) in veprintf()3005 if ((rtld_flags & (RT_FL_APPLIC | RT_FL_SILENCERR)) == 0) { in veprintf()3028 if ((rtld_flags & RT_FL_APPLIC) == 0) { in veprintf()3059 if ((rtld_flags & RT_FL_APPLIC) && in veprintf()3116 if (rtld_flags & RT_FL_APPLIC) { in rtldexit()
1158 rtld_flags |= (RT_FL_OPERATION | RT_FL_APPLIC); in setup()
2442 if ((rtld_flags & RT_FL_APPLIC) && ((FLAGS(nlmp) & in load_path()