Searched refs:DTRACE_O_LP64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1265 g_oflags &= ~DTRACE_O_LP64;
1277 g_oflags |= DTRACE_O_LP64;
1348 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1378 g_oflags |= DTRACE_O_LP64;
1380 if (g_oflags & DTRACE_O_LP64) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1010 } else if (dtp->dt_oflags & DTRACE_O_LP64) {
1052 } else if (dtp->dt_oflags & DTRACE_O_LP64) {
1155 if (dtp->dt_oflags & DTRACE_O_LP64) {
1753 if (dtp->dt_oflags & DTRACE_O_LP64)
1771 if (dtp->dt_oflags & DTRACE_O_LP64) {
1793 int use_32 = !(dtp->dt_oflags & DTRACE_O_LP64);
H A Ddtrace.h68 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
H A Ddt_open.c1053 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32))
1201 if (flags & DTRACE_O_LP64)

Completed in 277 milliseconds