Searched refs:offB_CMSTART (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | main_main.c | 353 Int offB_CMSTART, offB_CMLEN, offB_GUEST_IP, szB_GUEST_IP; in LibVEX_Translate() local 377 offB_CMSTART = 0; in LibVEX_Translate() 604 offB_CMSTART = offsetof(VexGuestX86State,guest_CMSTART); in LibVEX_Translate() 625 offB_CMSTART = offsetof(VexGuestAMD64State,guest_CMSTART); in LibVEX_Translate() 646 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART); in LibVEX_Translate() 667 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART); in LibVEX_Translate() 690 offB_CMSTART = offsetof(VexGuestS390XState,guest_CMSTART); in LibVEX_Translate() 711 offB_CMSTART = offsetof(VexGuestARMState,guest_CMSTART); in LibVEX_Translate() 732 offB_CMSTART = offsetof(VexGuestARM64State,guest_CMSTART); in LibVEX_Translate() 753 offB_CMSTART = offsetof(VexGuestMIPS32State,guest_CMSTART); in LibVEX_Translate() [all …]
|