Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dtrace/
H A Ddtrace.c1207 g_oflags &= ~DTRACE_O_LP64; in main()
1219 g_oflags |= DTRACE_O_LP64; in main()
1290 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 && in main()
1320 g_oflags |= DTRACE_O_LP64; in main()
1322 if (g_oflags & DTRACE_O_LP64) { in main()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c916 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
958 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1061 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()
1577 if (dtp->dt_oflags & DTRACE_O_LP64) in dtrace_program_link()
1590 if (dtp->dt_oflags & DTRACE_O_LP64) { in dtrace_program_link()
H A Ddtrace.h66 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
H A Ddt_open.c867 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()
1003 if (flags & DTRACE_O_LP64) in dt_vopen()
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c557 oflags |= DTRACE_O_LP64; 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()