Searched defs:cbDbgInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp503 uint32_t cbDbgInfo; member in struct:RTDBGMODCV
1439 uint32_t const cbDbgInfo = pThis->cbDbgInfo; local
1449 if ( pDirEnt->off >= cbDbgInfo
1450 || pDirEnt->cb >= cbDbgInfo
1451 || pDirEnt->off + pDirEnt->cb > cbDbgInfo)
1453 Log(("CV directory entry #%u is out of bounds: %#x LB %#x, max %#x\n", i, pDirEnt->off, pDirEnt->cb, cbDbgInfo));
2504 pThis->cbDbgInfo = cb;

Completed in 40 milliseconds