Searched refs:Relocate (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMGst.h | 26 PGM_GST_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta); 50 pModeData->pfnR3GstRelocate = PGM_GST_NAME(Relocate); 104 * Relocate any GC pointers related to guest mode paging. 110 PGM_GST_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta)
|
H A D | PGMShw.h | 115 PGM_SHW_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta); 138 pModeData->pfnR3ShwRelocate = PGM_SHW_NAME(Relocate); 215 * Relocate any GC pointers related to shadow mode paging. 221 PGM_SHW_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta)
|
H A D | PGMBth.h | 25 PGM_BTH_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta); 52 pModeData->pfnR3BthRelocate = PGM_BTH_NAME(Relocate); 202 * Relocate any GC pointers related to shadow mode paging. 209 PGM_BTH_DECL(int, Relocate)(PVMCPU pVCpu, RTGCPTR offDelta)
|
H A D | PGM.cpp | 2303 PGM_SHW_PFN(Relocate, pVCpu)(pVCpu, offDelta); 2304 PGM_GST_PFN(Relocate, pVCpu)(pVCpu, offDelta); 2305 PGM_BTH_PFN(Relocate, pVCpu)(pVCpu, offDelta); 2345 /* Relocate GC addresses of Page Tables. */
|
/vbox/src/VBox/Runtime/common/ldr/ |
H A D | ldrELFRelocatable.cpp.h | 823 * Relocate the image. 829 /** @copydoc RTLDROPS::Relocate */ 830 static DECLCALLBACK(int) RTLDRELF_NAME(Relocate)(PRTLDRMODINTERNAL pMod, void *pvBits, RTUINTPTR NewBaseAddress, function 895 * Relocate the section. 1415 RTLDRELF_NAME(Relocate),
|
Completed in 1539 milliseconds