Searched refs:Relocate (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMGst.h26 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 DPGMShw.h115 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 DPGMBth.h25 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 DPGM.cpp2303 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 DldrELFRelocatable.cpp.h823 * 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 704 milliseconds