Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_options.c79 dtp->dt_cflags |= DTRACE_C_EATTR; in dt_opt_amin()
564 dtp->dt_cflags |= option; in dt_opt_cflags()
588 dtp->dt_cflags &= ~option; in dt_opt_invcflags()
H A Ddt_cc.c2355 if (dtp->dt_cflags & DTRACE_C_NOLIBS) in dt_load_libs()
2358 dtp->dt_cflags |= DTRACE_C_NOLIBS; in dt_load_libs()
2370 dtp->dt_cflags &= ~DTRACE_C_NOLIBS; in dt_load_libs()
2378 dtp->dt_cflags &= ~DTRACE_C_NOLIBS; in dt_load_libs()
2425 pcb.pcb_cflags = dtp->dt_cflags | cflags; in dt_compile()
H A Ddt_impl.h307 uint_t dt_cflags; /* dtrace compile-time options (see dtrace.h) */ member
H A Ddt_open.c1642 dtp->dt_cflags |= DTRACE_C_ZDEFS; in dt_vopen()