Searched refs:dt_xlatemode (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_impl.h263 uint_t dt_xlatemode; /* dtrace translator linking mode (see below) */ member in struct:dtrace_hdl
327 * Values for the dt_xlatemode property, which is used to determine whether
H A Ddt_xlator.c332 dtp->dt_xlatemode == DT_XL_STATIC)
H A Ddt_dof.c508 dtp->dt_xlatemode == DT_XL_DYNAMIC) {
572 if (nxr != 0 && dtp->dt_xlatemode == DT_XL_DYNAMIC) {
H A Ddt_options.c447 dtp->dt_xlatemode = DT_XL_DYNAMIC;
449 dtp->dt_xlatemode = DT_XL_STATIC;
H A Ddt_ident.c373 if (dtp->dt_xlatemode == DT_XL_STATIC && (
H A Ddt_open.c904 dtp->dt_xlatemode = DT_XL_STATIC;
H A Ddt_cc.c2163 if (dtp->dt_xlatemode == DT_XL_DYNAMIC)

Completed in 33 milliseconds