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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp778 uint32_t cRelocations = (pbr->SizeOfBlock - sizeof(IMAGE_BASE_RELOCATION)) / sizeof(uint16_t); local
779 Log3(("RTLdrPE: base relocs for %#010x, size %#06x (%d relocs)\n", pbr->VirtualAddress, pbr->SizeOfBlock, cRelocations));
783 cRelocations = (uint32_t)( (((uintptr_t)pBaseRelocs + cbBaseRelocs) - (uintptr_t)pbr - sizeof(IMAGE_BASE_RELOCATION))
789 while (cRelocations != 0)
829 if (cRelocations <= 1)
834 cRelocations--;
844 if (cRelocations <= 2)
849 cRelocations -= 2;
866 cRelocations--;
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3463 STAMCOUNTER cRelocations; member in struct:PGM
3491 AssertCompileMemberAlignment(PGM, cRelocations, 8);

Completed in 102 milliseconds