Searched refs:g_oflags (Results 1 – 1 of 1) sorted by relevance
106 static int g_oflags; variable1381 g_oflags &= ~DTRACE_O_MODEL_MASK;1382 g_oflags |= DTRACE_O_ILP32;1392 g_oflags &= ~DTRACE_O_MODEL_MASK;1393 g_oflags |= DTRACE_O_LP64;1413 g_oflags |= DTRACE_O_NODEV;1421 g_oflags |= DTRACE_O_NODEV;1463 if (g_mode == DMODE_LINK && (g_oflags & DTRACE_O_MODEL_MASK) == 0 &&1489 if (g_oflags & DTRACE_O_ILP32) {1493 g_oflags |= DTRACE_O_LP64;[all …]