Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1074 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1116 } else if (dtp->dt_oflags & DTRACE_O_LP64) { in dt_modtext()
1241 if (dtp->dt_oflags & DTRACE_O_LP64) { in process_obj()
1820 if (dtp->dt_oflags & DTRACE_O_LP64) in dtrace_program_link()
H A Ddt_impl.h308 uint_t dt_oflags; /* dtrace open-time options (see dtrace.h) */ member
H A Ddt_open.c1178 dtp->dt_oflags = flags; in dt_vopen()
1614 if ((dtp->dt_oflags & DTRACE_O_ILP32) != 0) { in dt_vopen()
H A Ddt_module.c1324 if (!(dtp->dt_oflags & DTRACE_O_NOSYS) && in dtrace_update()