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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp398 uint32_t uSkipEnd = paSkipAreas[i].uRva + paSkipAreas[i].cb; local
399 if ( uRva < uSkipEnd
406 uNextRva = uSkipEnd;
408 else if (uRvaEnd >= uSkipEnd)
410 cbThis -= uSkipEnd - uRva;
411 uRva = uSkipEnd;
415 uNextRva = uSkipEnd;

Completed in 161 milliseconds