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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodexports.cpp125 AssertReturn(!pDbgMod->pDbgVt, VERR_DBG_MOD_IPE);
126 AssertReturn(pDbgMod->pImgVt, VERR_DBG_MOD_IPE);
128 AssertReturn(cbImage > 0, VERR_DBG_MOD_IPE);
H A Ddbgmoddeferred.cpp627 AssertReturn(!pDbgMod->pDbgVt, VERR_DBG_MOD_IPE);
H A Ddbgmod.cpp471 AssertReturn(!pDbgMod->pDbgVt, VERR_DBG_MOD_IPE);
472 AssertReturn(pDbgMod->pImgVt, VERR_DBG_MOD_IPE);
/vbox/include/iprt/
H A Derr.h1556 #define VERR_DBG_MOD_IPE (-689) macro

Completed in 83 milliseconds