Home
last modified time | relevance | path

Searched refs:offB_CMSTART (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_main.c322 Int offB_CMSTART, offB_CMLEN, offB_GUEST_IP, szB_GUEST_IP; in LibVEX_FrontEnd() local
332 offB_CMSTART = 0; in LibVEX_FrontEnd()
370 offB_CMSTART = offsetof(VexGuestX86State,guest_CMSTART); in LibVEX_FrontEnd()
387 offB_CMSTART = offsetof(VexGuestAMD64State,guest_CMSTART); in LibVEX_FrontEnd()
404 offB_CMSTART = offsetof(VexGuestPPC32State,guest_CMSTART); in LibVEX_FrontEnd()
421 offB_CMSTART = offsetof(VexGuestPPC64State,guest_CMSTART); in LibVEX_FrontEnd()
440 offB_CMSTART = offsetof(VexGuestS390XState,guest_CMSTART); in LibVEX_FrontEnd()
457 offB_CMSTART = offsetof(VexGuestARMState,guest_CMSTART); in LibVEX_FrontEnd()
474 offB_CMSTART = offsetof(VexGuestARM64State,guest_CMSTART); in LibVEX_FrontEnd()
491 offB_CMSTART = offsetof(VexGuestMIPS32State,guest_CMSTART); in LibVEX_FrontEnd()
[all …]