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

/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp499 uint32_t cbShs = cShs * sizeof(IMAGE_SECTION_HEADER); local
501 if ( offShs + cbShs <= RT_MIN(cbImage, cbBuf)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp2233 size_t cbShs = pDbgHdr->NumberOfSections * sizeof(IMAGE_SECTION_HEADER); local
2234 PIMAGE_SECTION_HEADER paShs = (PIMAGE_SECTION_HEADER)RTMemAlloc(cbShs);
2237 int rc = RTFileReadAt(pThis->hFile, sizeof(*pDbgHdr), paShs, cbShs, NULL);

Completed in 43 milliseconds