Searched refs:VexGuestArchState (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/main/coregrind/ |
D | pub_core_threadstate.h | 79 typedef VexGuestX86State VexGuestArchState; typedef 81 typedef VexGuestAMD64State VexGuestArchState; typedef 83 typedef VexGuestPPC32State VexGuestArchState; typedef 85 typedef VexGuestPPC64State VexGuestArchState; typedef 87 typedef VexGuestARMState VexGuestArchState; typedef 89 typedef VexGuestS390XState VexGuestArchState; typedef 91 typedef VexGuestMIPS32State VexGuestArchState; typedef 112 VexGuestArchState vex __attribute__((aligned(16))); 115 VexGuestArchState vex_shadow1 __attribute__((aligned(16))); 116 VexGuestArchState vex_shadow2 __attribute__((aligned(16)));
|
D | pub_core_machine.h | 128 #define VG_O_STACK_PTR (offsetof(VexGuestArchState, VG_STACK_PTR)) 129 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR)) 130 #define VG_O_FPC_REG (offsetof(VexGuestArchState, VG_FPC_REG))
|
D | m_translate.c | 1181 = sizeof(((VexGuestArchState*)0)->guest_NRADDR); in mk_preamble__set_NRADDR_to_zero() 1187 offsetof(VexGuestArchState,guest_NRADDR), in mk_preamble__set_NRADDR_to_zero() 1202 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_zero() 1221 = sizeof(((VexGuestArchState*)0)->guest_NRADDR); in mk_preamble__set_NRADDR_to_nraddr() 1227 offsetof(VexGuestArchState,guest_NRADDR), in mk_preamble__set_NRADDR_to_nraddr() 1242 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_nraddr() 1243 IRExpr_Get(offsetof(VexGuestArchState,guest_GPR2), in mk_preamble__set_NRADDR_to_nraddr()
|
D | m_machine.c | 162 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState)); in VG_() 163 vg_assert(offset + size <= sizeof(VexGuestArchState)); in VG_() 186 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState)); in VG_() 187 vg_assert(offset + size <= sizeof(VexGuestArchState)); in VG_() 203 VexGuestArchState* vex = &(VG_(get_ThreadState)(tid)->arch.vex); in apply_to_GPs_of_tid()
|
D | m_debugger.c | 49 static Int ptrace_setregs(Int pid, VexGuestArchState* vex) in ptrace_setregs()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | target.h | 210 extern VexGuestArchState* get_arch (int set, ThreadState* tst);
|
D | target.c | 512 VexGuestArchState* get_arch (int set, ThreadState* tst) in get_arch()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-x86-darwin.c | 99 VexGuestArchState *vex_generic) in thread_state_from_vex() 154 VexGuestArchState *vex_generic) in thread_state_to_vex()
|
D | priv_syswrap-darwin.h | 607 VexGuestArchState *vex_generic); 612 VexGuestArchState *vex_generic);
|
D | syswrap-amd64-darwin.c | 123 VexGuestArchState *vex_generic) in thread_state_from_vex() 200 VexGuestArchState *vex_generic) in thread_state_to_vex()
|
D | syswrap-main.c | 403 /*IN*/ VexGuestArchState* gst_vanilla, in getSyscallArgsFromGuestState() 626 /*OUT*/VexGuestArchState* gst_vanilla ) in putSyscallArgsIntoGuestState() 750 /*IN*/ VexGuestArchState* gst_vanilla ) in getSyscallStatusFromGuestState() 866 /*OUT*/VexGuestArchState* gst_vanilla ) in putSyscallStatusIntoGuestState()
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-darwin.c | 623 sizeof(VexGuestArchState)); in VG_()
|
D | initimg-linux.c | 1118 sizeof(VexGuestArchState)); in VG_()
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 1590 #define O_CLREQ_RET (offsetof(VexGuestArchState, VG_CLREQ_RET))
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 140 typedef VexGuestARMState VexGuestArchState;
|