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

/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1207 g_oflags &= ~DTRACE_O_LP64;
1219 g_oflags |= DTRACE_O_LP64;
1290 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1320 g_oflags |= DTRACE_O_LP64;
1322 if (g_oflags & DTRACE_O_LP64) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h66 #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.c867 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
1003 if (flags & DTRACE_O_LP64)
/illumos-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 92 milliseconds