Searched refs:DTRACE_O_LP64 (Results 1 – 4 of 4) sorted by relevance
1353 g_oflags &= ~DTRACE_O_LP64;1365 g_oflags |= DTRACE_O_LP64;1436 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&1466 g_oflags |= DTRACE_O_LP64;1468 if (g_oflags & DTRACE_O_LP64) {
1117 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1159 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1265 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()1849 if (dtp->dt_oflags & DTRACE_O_LP64) in dtrace_program_link()1870 if (dtp->dt_oflags & DTRACE_O_LP64) { in dtrace_program_link()
70 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
1097 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()1304 if (flags & DTRACE_O_LP64) in dt_vopen()