Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/
HDdtrace.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) {
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c1113 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1155 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1258 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()
1842 if (dtp->dt_oflags & DTRACE_O_LP64) in dtrace_program_link()
1863 if (dtp->dt_oflags & DTRACE_O_LP64) { in dtrace_program_link()
HDdtrace.h69 #define DTRACE_O_LP64 0x04 /* force D compiler to be LP64 */ macro
HDdt_open.c1069 if ((flags & DTRACE_O_LP64) && (flags & DTRACE_O_ILP32)) in dt_vopen()
1238 if (flags & DTRACE_O_LP64) in dt_vopen()