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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddtrace.h67 #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.c875 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
1071 if (flags & DTRACE_O_LP64)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1317 g_oflags &= ~DTRACE_O_LP64;
1333 g_oflags |= DTRACE_O_LP64;
1427 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1457 g_oflags |= DTRACE_O_LP64;
1459 if (g_oflags & DTRACE_O_LP64) {

Completed in 57 milliseconds