Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dtrace/
H A Ddtrace.c1208 g_oflags |= DTRACE_O_ILP32; in main()
1218 g_oflags &= ~DTRACE_O_ILP32; in main()
1290 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 && in main()
1316 if (g_oflags & DTRACE_O_ILP32) { in main()
1326 g_oflags |= DTRACE_O_ILP32; in main()
/titanic_44/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)) in dt_vopen()
1005 else if (flags & DTRACE_O_ILP32) in dt_vopen()
/titanic_44/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c555 oflags |= DTRACE_O_ILP32; in Java_org_opensolaris_os_dtrace_LocalConsumer__1open()
564 if ((oflags & DTRACE_O_ILP32) && (oflags & DTRACE_O_LP64)) { in Java_org_opensolaris_os_dtrace_LocalConsumer__1open()