Home
last modified time | relevance | path

Searched refs:DT_IDFLG_CGREG (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c1045 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_asgn_op()
1107 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_asgn_op()
1388 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_xlate_member()
1393 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_xlate_member()
1792 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG); in dt_cg_node()
1849 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_node()
1856 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_node()
1949 (dnp->dn_ident->di_flags & DT_IDFLG_CGREG)) { in dt_cg_node()
2115 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg()
2135 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg()
H A Ddt_ident.h110 #define DT_IDFLG_CGREG 0x0100 /* variable is inlined by code generator */ macro