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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h112 #define DT_IDFLG_CGREG 0x0100 /* variable is inlined by code generator */ macro
H A Ddt_cg.c1034 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1097 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;
1629 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG);
1687 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1694 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;
1787 (dnp->dn_ident->di_flags & DT_IDFLG_CGREG)) {
1959 dxp->dx_ident->di_flags |= DT_IDFLG_CGREG;
1971 dxp->dx_ident->di_flags &= ~DT_IDFLG_CGREG;

Completed in 47 milliseconds