Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h168 #define DT_NF_WRITABLE 0x10 /* node is writable (can be modified) */ macro
H A Ddt_parser.c2658 dnp->dn_flags |= DT_NF_WRITABLE; in dt_xcook_ident()
2779 dnp->dn_flags |= DT_NF_LVALUE | DT_NF_WRITABLE; in dt_xcook_ident()
2936 if ((cp->dn_flags & DT_NF_WRITABLE) || in dt_cook_op1()
2938 (cp->dn_left->dn_flags & DT_NF_WRITABLE))) in dt_cook_op1()
2939 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op1()
3051 if (!(cp->dn_flags & DT_NF_WRITABLE)) { in dt_cook_op1()
3551 if (!(lp->dn_flags & DT_NF_WRITABLE)) { in dt_cook_op2()
3699 if (lp->dn_flags & DT_NF_WRITABLE) in dt_cook_op2()
3700 dnp->dn_flags |= DT_NF_WRITABLE; in dt_cook_op2()
4552 if (dnp->dn_flags & DT_NF_WRITABLE) in dt_node_printr()
H A Ddt_cg.c658 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_prearith_op()
715 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE); in dt_cg_postarith_op()
1119 assert(dnp->dn_left->dn_flags & DT_NF_WRITABLE); in dt_cg_asgn_op()