Searched refs:DTRACE_O_LP64 (Results 1 – 4 of 4) sorted by relevance
1297 g_oflags &= ~DTRACE_O_LP64;1309 g_oflags |= DTRACE_O_LP64;1380 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&1410 g_oflags |= DTRACE_O_LP64;1412 if (g_oflags & DTRACE_O_LP64) {
1091 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1133 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1236 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()1834 if (dtp->dt_oflags & DTRACE_O_LP64)1852 if (dtp->dt_oflags & DTRACE_O_LP64) {
69 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
1063 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()1222 if (flags & DTRACE_O_LP64) in dt_vopen()