Searched refs:cRelocations (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldrPE.cpp | 778 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/VMMR3/ |
H A D | PGMMap.cpp | 1168 STAM_REL_COUNTER_INC(&pVM->pgm.s.cRelocations); 1244 STAM_REL_COUNTER_INC(&pVM->pgm.s.cRelocations);
|
H A D | PGM.cpp | 1698 STAM_REL_REG(pVM, &pPGM->cRelocations, STAMTYPE_COUNTER, "/PGM/cRelocations", STAMUNIT_OCCURENCES,"Number of hypervisor relocations.");
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 3463 STAMCOUNTER cRelocations; member in struct:PGM 3491 AssertCompileMemberAlignment(PGM, cRelocations, 8);
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 748 GEN_CHECK_OFF(PGM, cRelocations);
|
Completed in 400 milliseconds