Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c1049 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_asgn_op()
1111 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_asgn_op()
1409 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_xlate_member()
1414 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_xlate_member()
1813 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG); in dt_cg_node()
1870 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg_node()
1877 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg_node()
1970 (dnp->dn_ident->di_flags & DT_IDFLG_CGREG)) { in dt_cg_node()
2135 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG; in dt_cg()
2155 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG; in dt_cg()
H A Ddt_ident.h108 #define DT_IDFLG_CGREG 0x0100 /* variable is inlined by code generator */ macro