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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp3393 uint32_t RVANext = cLeft ? pSH[1].VirtualAddress : pModPe->cbImage; local
3394 if (RVA < RVANext)
3396 cbRead = RT_MIN(RVANext - RVA, cb);

Completed in 42 milliseconds