Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/
Ddtrace.c1297 g_oflags &= ~DTRACE_O_LP64;
1309 g_oflags |= DTRACE_O_LP64;
1380 (g_oflags & (DTRACE_O_ILP32 | DTRACE_O_LP64)) == 0 &&
1410 g_oflags |= DTRACE_O_LP64;
1412 if (g_oflags & DTRACE_O_LP64) {
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_link.c1091 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1133 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1236 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()
1834 if (dtp->dt_oflags & DTRACE_O_LP64)
1852 if (dtp->dt_oflags & DTRACE_O_LP64) {
Ddtrace.h69 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
Ddt_open.c1063 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()
1222 if (flags & DTRACE_O_LP64) in dt_vopen()