Searched refs:offB_CMSTART (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | main_main.c | 240 Int offB_CMSTART, offB_CMLEN, offB_GUEST_IP, szB_GUEST_IP; in LibVEX_Translate() local 266 offB_CMSTART = 0; in LibVEX_Translate() 510 offB_CMSTART = offsetof(VexGuestX86State,guest_CMSTART); in LibVEX_Translate() 530 offB_CMSTART = offsetof(VexGuestAMD64State,guest_CMSTART); in LibVEX_Translate() 550 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART); in LibVEX_Translate() 570 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART); in LibVEX_Translate() 591 offB_CMSTART = offsetof(VexGuestS390XState,guest_CMSTART); in LibVEX_Translate() 611 offB_CMSTART = offsetof(VexGuestARMState,guest_CMSTART); in LibVEX_Translate() 631 offB_CMSTART = offsetof(VexGuestARM64State,guest_CMSTART); in LibVEX_Translate() 651 offB_CMSTART = offsetof(VexGuestMIPS32State,guest_CMSTART); in LibVEX_Translate() [all …]
|