Searched refs:DT_IDFLG_DIFR (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_as.c86 if (idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW))
101 if (!(idp->di_flags & (DT_IDFLG_DIFR | DT_IDFLG_DIFW)))
126 if (idp->di_flags & DT_IDFLG_DIFR)
135 idp->di_flags &= ~(DT_IDFLG_DIFR | DT_IDFLG_DIFW);
H A Ddt_ident.h110 #define DT_IDFLG_DIFR 0x0040 /* variable is referenced by current DIFO */ macro
H A Ddt_cg.c1161 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR;
1265 idp->di_flags |= DT_IDFLG_DIFR;
1860 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR;
H A Ddt_cc.c142 DT_IDFLG_DIFR | DT_IDFLG_DIFW);

Completed in 55 milliseconds