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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp124 * Uses 16-bit directory entires (RTCVDIRENT16).
172 typedef struct RTCVDIRENT16 struct
184 } RTCVDIRENT16; typedef in typeref:struct:RTCVDIRENT16
185 AssertCompileSize(RTCVDIRENT16, 10);
187 typedef RTCVDIRENT16 *PRTCVDIRENT16;
1355 pThis->paDirEnts, DirHdr.cEntries * sizeof(RTCVDIRENT16));
1361 RTCVDIRENT16 volatile *pSrc = (RTCVDIRENT16 volatile *)pThis->paDirEnts + cLeft;

Completed in 60 milliseconds