Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c77 dtp->dt_cflags |= DTRACE_C_EATTR; in dt_opt_amin()
577 dtp->dt_cflags |= option; in dt_opt_cflags()
601 dtp->dt_cflags &= ~option; in dt_opt_invcflags()
H A Ddt_cc.c2359 if (dtp->dt_cflags & DTRACE_C_NOLIBS) in dt_load_libs()
2362 dtp->dt_cflags |= DTRACE_C_NOLIBS; in dt_load_libs()
2374 dtp->dt_cflags &= ~DTRACE_C_NOLIBS; in dt_load_libs()
2382 dtp->dt_cflags &= ~DTRACE_C_NOLIBS; in dt_load_libs()
2429 pcb.pcb_cflags = dtp->dt_cflags | cflags; in dt_compile()
H A Ddt_impl.h309 uint_t dt_cflags; /* dtrace compile-time options (see dtrace.h) */ member
H A Ddt_open.c1590 dtp->dt_cflags |= DTRACE_C_ZDEFS; in dt_vopen()