Searched refs:RemapExecutable (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_map_shadow_test.cc | 81 shadow->RemapExecutable(kGuestAddr, kGuestRegionSize, kRemapAddr, kRemapRegionSize1); in TEST_F() 91 shadow->RemapExecutable(kRemapAddr, kRemapRegionSize1, kGuestAddr, kRemapRegionSize2); in TEST_F()
|
D | guest_map_shadow.cc | 157 void GuestMapShadow::RemapExecutable(GuestAddr old_start, in RemapExecutable() function in berberis::GuestMapShadow
|
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/ |
D | guest_map_shadow.h | 52 void RemapExecutable(GuestAddr old_start, size_t old_size, GuestAddr new_start, size_t new_size);
|
/frameworks/libs/binary_translation/kernel_api/ |
D | sys_mman_emulation.cc | 126 shadow->RemapExecutable(ToGuestAddr(old_addr), old_size, ToGuestAddr(result), new_size); in MremapForGuest()
|