Searched refs:DTRACE_O_ILP32 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1208 g_oflags |= DTRACE_O_ILP32;
1218 g_oflags &= ~DTRACE_O_ILP32;
1290 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1316 if (g_oflags & DTRACE_O_ILP32) {
1326 g_oflags |= DTRACE_O_ILP32;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h67 #define DTRACE_O_ILP32 0x08 /* force D compiler to be ILP32 */ macro
H A Ddt_open.c867 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
1005 else if (flags & DTRACE_O_ILP32)
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c555 oflags |= DTRACE_O_ILP32;
564 if ((oflags & DTRACE_O_ILP32) && (oflags & DTRACE_O_LP64)) {

Completed in 71 milliseconds