Searched refs:VexGuestArchState (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h82 typedef VexGuestX86State VexGuestArchState; typedef
84 typedef VexGuestAMD64State VexGuestArchState; typedef
86 typedef VexGuestPPC32State VexGuestArchState; typedef
88 typedef VexGuestPPC64State VexGuestArchState; typedef
90 typedef VexGuestARMState VexGuestArchState; typedef
92 typedef VexGuestARM64State VexGuestArchState; typedef
94 typedef VexGuestS390XState VexGuestArchState; typedef
96 typedef VexGuestMIPS32State VexGuestArchState; typedef
98 typedef VexGuestMIPS64State VexGuestArchState; typedef
119 VexGuestArchState ve
[all...]
H A Dpub_core_machine.h153 #define VG_O_STACK_PTR (offsetof(VexGuestArchState, VG_STACK_PTR))
154 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
155 #define VG_O_FPC_REG (offsetof(VexGuestArchState, VG_FPC_REG))
H A Dm_translate.c57 #include "pub_core_threadstate.h" // VexGuestArchState
1214 = sizeof(((VexGuestArchState*)0)->guest_NRADDR);
1220 offsetof(VexGuestArchState,guest_NRADDR),
1240 offsetof(VexGuestArchState,guest_NRADDR_GPR2),
1259 = sizeof(((VexGuestArchState*)0)->guest_NRADDR);
1265 offsetof(VexGuestArchState,guest_NRADDR),
1284 offsetof(VexGuestArchState,guest_NRADDR_GPR2),
1285 IRExpr_Get(offsetof(VexGuestArchState,guest_GPR2),
H A Dm_machine.c145 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState));
146 vg_assert(offset + size <= sizeof(VexGuestArchState));
169 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState));
170 vg_assert(offset + size <= sizeof(VexGuestArchState));
187 VexGuestArchState* vex = &(VG_(get_ThreadState)(tid)->arch.vex);
H A Dm_debugger.c50 static Int ptrace_setregs(Int pid, VexGuestArchState* vex)
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.h213 extern VexGuestArchState* get_arch (int set, ThreadState* tst);
H A Dtarget.c555 VexGuestArchState* get_arch (int set, ThreadState* tst)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c99 VexGuestArchState *vex_generic)
154 VexGuestArchState *vex_generic)
H A Dpriv_syswrap-darwin.h608 VexGuestArchState *vex_generic);
613 VexGuestArchState *vex_generic);
H A Dsyswrap-amd64-darwin.c123 VexGuestArchState *vex_generic)
200 VexGuestArchState *vex_generic)
H A Dsyswrap-main.c405 /*IN*/ VexGuestArchState* gst_vanilla,
658 /*OUT*/VexGuestArchState* gst_vanilla )
802 /*IN*/ VexGuestArchState* gst_vanilla )
931 /*OUT*/VexGuestArchState* gst_vanilla )
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c623 sizeof(VexGuestArchState));
H A Dinitimg-linux.c1132 sizeof(VexGuestArchState));
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1638 #define O_CLREQ_RET (offsetof(VexGuestArchState, VG_CLREQ_RET))

Completed in 109 milliseconds