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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp193 typedef struct RTCVDIRENT32 struct
203 } RTCVDIRENT32; typedef in typeref:struct:RTCVDIRENT32
204 AssertCompileSize(RTCVDIRENT32, 12);
206 typedef RTCVDIRENT32 *PRTCVDIRENT32;
208 typedef RTCVDIRENT32 const *PCRTCVDIRENT32;
1360 RTCVDIRENT32 volatile *pDst = pThis->paDirEnts + cLeft;
1407 if (DirHdr.Core.cbEntry != sizeof(RTCVDIRENT32))
1409 Log(("Unexpected CV directory entry size: %#x (expected %#x)\n", DirHdr.Core.cbEntry, sizeof(RTCVDIRENT32)));
1423 pThis->paDirEnts, DirHdr.Core.cEntries * sizeof(RTCVDIRENT32));

Completed in 54 milliseconds