Searched refs:RunResInt32 (Results 1 – 7 of 7) sorted by relevance
39 uint32_t RunResInt32(GuestAddr func_addr);43 GuestAddr RunResGuestAddr(GuestAddr func_addr) { return RunResInt32(func_addr); } in RunResGuestAddr()
38 uint32_t GuestCall::RunResInt32(GuestAddr func_addr) { in RunResInt32() function in berberis::GuestCall
40 uint32_t GuestCall::RunResInt32(GuestAddr func_addr) { in RunResInt32() function in berberis::GuestCall
37 uint32_t GuestCall::RunResInt32(GuestAddr func_addr) { in RunResInt32() function in berberis::GuestCall
36 uint32_t RunResInt32(GuestAddr func_addr);
41 uint32_t RunResInt32(GuestAddr func_addr);
111 call.RunResInt32(addr); in GuestCall_uloc_canonicalize()