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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp202 uint32_t offSecDir; member in struct:RTLDRPEHASHSPECIALS
2055 pPlaces->offSecDir = (uint32_t)pModPe->offNtHdrs
2060 pPlaces->offEndSpecial = pPlaces->offSecDir + pPlaces->cbSecDir;
2147 if (off < SpecialPlaces.offSecDir && off >= SpecialPlaces.offCksum + SpecialPlaces.cbCksum)
2150 uint32_t cbChunk = RT_MIN(SpecialPlaces.offSecDir - off, cbRead);
2157 if (off < SpecialPlaces.offSecDir + SpecialPlaces.cbSecDir && off >= SpecialPlaces.offSecDir)
2160 uint32_t cbChunk = RT_MIN(SpecialPlaces.offSecDir + SpecialPlaces.cbSecDir - off, cbRead);
2565 if (off < SpecialPlaces.offSecDir && off >= SpecialPlaces.offCksum + SpecialPlaces.cbCksum)
2568 uint32_t cbChunk = RT_MIN(SpecialPlaces.offSecDir
[all...]

Completed in 52 milliseconds