Home
last modified time | relevance | path

Searched refs:DTRACE_O_ILP32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddtrace.h72 #define DTRACE_O_ILP32 0x08 /* force D compiler to be ILP32 */ macro
73 #define DTRACE_O_MODEL_MASK (DTRACE_O_LP64 | DTRACE_O_ILP32)
H A Ddt_open.c1078 case DTRACE_O_ILP32: in dt_vopen()
1263 else if (flags & DTRACE_O_ILP32) in dt_vopen()
1614 if ((dtp->dt_oflags & DTRACE_O_ILP32) != 0) { in dt_vopen()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1382 g_oflags |= DTRACE_O_ILP32;
1489 if (g_oflags & DTRACE_O_ILP32) {
1499 g_oflags |= DTRACE_O_ILP32;