Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1209 g_oflags |= DTRACE_O_ILP32; in main()
1219 g_oflags &= ~DTRACE_O_ILP32; in main()
1291 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 && in main()
1317 if (g_oflags & DTRACE_O_ILP32) { in main()
1327 g_oflags |= DTRACE_O_ILP32; in main()
/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.c871 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()
1009 else if (flags & DTRACE_O_ILP32) in dt_vopen()
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c553 oflags |= DTRACE_O_ILP32; in Java_org_opensolaris_os_dtrace_LocalConsumer__1open()
562 if ((oflags & DTRACE_O_ILP32) && (oflags & DTRACE_O_LP64)) { in Java_org_opensolaris_os_dtrace_LocalConsumer__1open()