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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp2108 RTLDRPEHASHSPECIALS SpecialPlaces = { 0, 0, 0, 0, 0, 0 }; /* shut up gcc */
2109 rc = rtldrPe_CalcSpecialHashPlaces(pModPe, &SpecialPlaces, pErrInfo);
2117 while (off < SpecialPlaces.cbToHash)
2119 uint32_t cbRead = RT_MIN(SpecialPlaces.cbToHash - off, cbScratch);
2126 if (off < SpecialPlaces.offEndSpecial)
2128 if (off < SpecialPlaces.offCksum)
2131 uint32_t cbChunk = RT_MIN(SpecialPlaces.offCksum - off, cbRead);
2138 if (off < SpecialPlaces.offCksum + SpecialPlaces.cbCksum && off >= SpecialPlaces
2429 RTLDRPEHASHSPECIALS SpecialPlaces = { 0, 0, 0, 0, 0, 0 }; /* shut up gcc */ local
[all...]

Completed in 50 milliseconds