Searched refs:DTRACE_O_LP64 (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1200 g_oflags &= ~DTRACE_O_LP64;
1212 g_oflags |= DTRACE_O_LP64;
1283 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1313 g_oflags |= DTRACE_O_LP64;
1315 if (g_oflags & DTRACE_O_LP64) {
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h62 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
H A Ddt_link.c916 } else if (dtp->dt_oflags & DTRACE_O_LP64) {
958 } else if (dtp->dt_oflags & DTRACE_O_LP64) {
1061 if (dtp->dt_oflags & DTRACE_O_LP64) {
1577 if (dtp->dt_oflags & DTRACE_O_LP64)
1590 if (dtp->dt_oflags & DTRACE_O_LP64) {
H A Ddt_open.c826 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
960 if (flags & DTRACE_O_LP64)
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c557 oflags |= DTRACE_O_LP64;
564 if ((oflags & DTRACE_O_ILP32) && (oflags & DTRACE_O_LP64)) {

Completed in 118 milliseconds