Home
last modified time | relevance | path

Searched refs:DT_NF_WRITABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h182 #define DT_NF_WRITABLE 0x10 /* node is writable (can be modified) */ macro
H A Ddt_parser.c2756 dnp->dn_flags |= DT_NF_WRITABLE; in dt_xcook_ident()
2878 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()
3038 if ((cp->dn_flags & DT_NF_WRITABLE) || in dt_cook_op1()
3040 (cp->dn_left->dn_flags & DT_NF_WRITABLE))) in dt_cook_op1()
3041 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op1()
3155 if (!(cp->dn_flags & DT_NF_WRITABLE)) { in dt_cook_op1()
3187 if (!(lp->dn_flags & DT_NF_WRITABLE)) { in dt_assign_common()
3811 if (lp->dn_flags & DT_NF_WRITABLE) in dt_cook_op2()
3812 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()
3981 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()
[all …]
H A Ddt_cg.c681 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_prearith_op()
736 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_postarith_op()
1137 assert(dnp->dn_left->dn_flags & DT_NF_WRITABLE); in dt_cg_asgn_op()