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) {
1113 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1155 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1258 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()1842 if (dtp->dt_oflags & DTRACE_O_LP64) in dtrace_program_link()1863 if (dtp->dt_oflags & DTRACE_O_LP64) { in dtrace_program_link()
69 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
1069 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()1238 if (flags & DTRACE_O_LP64) in dt_vopen()