Searched defs:RT_FL_APPLIC (Results 1 - 1 of 1) 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
534 * can retain, and reinstate, the RT_FL_APPLIC flag of the global rtld_flags
538 f = (rtld_flags & RT_FL_APPLIC) ? 0 : RT_FL_APPLIC; \

Completed in 61 milliseconds