Searched refs:DTRACE_O_ILP32 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddtrace.h68 #define DTRACE_O_ILP32 0x08 /* force D compiler to be ILP32 */ macro
H A Ddt_open.c875 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
1073 else if (flags & DTRACE_O_ILP32)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1318 g_oflags |= DTRACE_O_ILP32;
1332 g_oflags &= ~DTRACE_O_ILP32;
1427 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1453 if (g_oflags & DTRACE_O_ILP32) {
1463 g_oflags |= DTRACE_O_ILP32;

Completed in 77 milliseconds