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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2445 uint32_t cbScratchRead = 0; local
2513 if ( offPageInFile + cbPageInFile <= offScratchRead + cbScratchRead
2521 cbScratchRead = offSectEnd - offPageInFile;
2523 cbScratchRead = SpecialPlaces.cbToHash - offPageInFile;
2525 if (cbScratchRead > cbScratchReadMax)
2526 cbScratchRead = cbScratchReadMax;
2527 rc = pModPe->Core.pReader->pfnRead(pModPe->Core.pReader, pbCur, cbScratchRead, offScratchRead);
2530 "Page hash read error at %#x: %Rrc (cbScratchRead=%#zx)",
2531 offScratchRead, rc, cbScratchRead);

Completed in 54 milliseconds