Searched defs:dt_compile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c30 * compiler. The driver routine for the compiler is dt_compile(), below. The
34 * provided as wrappers around dt_compile() for the various input/output pairs.
133 static void *dt_compile(dtrace_hdl_t *, int, dtrace_probespec_t, void *,
2011 rv = dt_compile(dtp, DT_CTX_DPROG,
2105 dt_compile(dtrace_hdl_t *dtp, int context, dtrace_probespec_t pspec, void *arg, function
2280 return (dt_compile(dtp, DT_CTX_DPROG,
2288 return (dt_compile(dtp, DT_CTX_DPROG,
2295 (void) dt_compile(dtp, DT_CTX_DTYPE,
2303 (void) dt_compile(dtp, DT_CTX_DTYPE,

Completed in 75 milliseconds