Searched refs:DTRACE_O_ILP32 (Results 1 – 4 of 4) sorted by relevance
1208 g_oflags |= DTRACE_O_ILP32; in main()1218 g_oflags &= ~DTRACE_O_ILP32; in main()1290 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 && in main()1316 if (g_oflags & DTRACE_O_ILP32) { in main()1326 g_oflags |= DTRACE_O_ILP32; in main()
67 #define DTRACE_O_ILP32 0x08 /* force D compiler to be ILP32 */ macro
867 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()1005 else if (flags & DTRACE_O_ILP32) in dt_vopen()
555 oflags |= DTRACE_O_ILP32; 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()