Searched refs:DTRACE_O_LP64 (Results 1 – 5 of 5) sorted by relevance
1207 g_oflags &= ~DTRACE_O_LP64; in main()1219 g_oflags |= DTRACE_O_LP64; in main()1290 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 && in main()1320 g_oflags |= DTRACE_O_LP64; in main()1322 if (g_oflags & DTRACE_O_LP64) { in main()
916 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()958 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()1061 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()1577 if (dtp->dt_oflags & DTRACE_O_LP64) in dtrace_program_link()1590 if (dtp->dt_oflags & DTRACE_O_LP64) { in dtrace_program_link()
66 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
867 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()1003 if (flags & DTRACE_O_LP64) in dt_vopen()
557 oflags |= DTRACE_O_LP64; in Java_org_opensolaris_os_dtrace_LocalConsumer__1open()564 if ((oflags & DTRACE_O_ILP32) && (oflags & DTRACE_O_LP64)) { in Java_org_opensolaris_os_dtrace_LocalConsumer__1open()