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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2501 uint32_t offNextPage = RT_MAKE_U32_FROM_U8(pbHashTab[0 + 4 + cbHash], pbHashTab[1 + 4 + cbHash], local
2503 if (offNextPage - offPageInFile < cbPageInFile)
2504 cbPageInFile = offNextPage - offPageInFile;

Completed in 78 milliseconds