Searched defs:g_oflags (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c163 static int g_oflags; variable
1317 g_oflags &= ~DTRACE_O_LP64;
1318 g_oflags |= DTRACE_O_ILP32;
1332 g_oflags &= ~DTRACE_O_ILP32;
1333 g_oflags |= DTRACE_O_LP64;
1353 g_oflags |= DTRACE_O_NODEV;
1362 g_oflags |= DTRACE_O_NODEV;
1427 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1453 if (g_oflags & DTRACE_O_ILP32) {
1457 g_oflags |
[all...]

Completed in 46 milliseconds