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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2457 uint32_t const offPageInFile = RT_MAKE_U32_FROM_U8(pbHashTab[0], pbHashTab[1], pbHashTab[2], pbHashTab[3]); local
2458 if (RT_UNLIKELY(offPageInFile >= SpecialPlaces.cbToHash))
2461 iPage, offPageInFile, SpecialPlaces.cbToHash);
2462 if (RT_UNLIKELY(offPageInFile < offPrev))
2465 iPage, offPageInFile, offPrev);
2470 if (offPageInFile >= offSectEnd)
2474 && offPageInFile - pModPe->paSections[iSh].PointerToRawData < pModPe->paSections[iSh].SizeOfRawData)
2480 && offPageInFile - pModPe->paSections[iSh].PointerToRawData >= pModPe->paSections[iSh].SizeOfRawData)
2486 "Page hash entry #%u isn't in any section: %#x", iPage, offPageInFile);
2496 if (offPageInFile
[all...]

Completed in 53 milliseconds