Searched refs:VexGuestArchState (Results 1 – 17 of 17) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_guest.h | 42 typedef VexGuestX86State VexGuestArchState; typedef 45 typedef VexGuestAMD64State VexGuestArchState; typedef 48 typedef VexGuestPPC32State VexGuestArchState; typedef 51 typedef VexGuestPPC64State VexGuestArchState; typedef 54 typedef VexGuestARMState VexGuestArchState; typedef 57 typedef VexGuestARM64State VexGuestArchState; typedef 60 typedef VexGuestS390XState VexGuestArchState; typedef 63 typedef VexGuestMIPS32State VexGuestArchState; typedef 66 typedef VexGuestMIPS64State VexGuestArchState; typedef 69 typedef VexGuestTILEGXState VexGuestArchState; typedef
|
/external/valgrind/coregrind/ |
D | pub_core_threadstate.h | 100 VexGuestArchState vex __attribute__((aligned(LibVEX_GUEST_STATE_ALIGN))); 103 VexGuestArchState vex_shadow1 105 VexGuestArchState vex_shadow2
|
D | pub_core_machine.h | 170 #define VG_O_STACK_PTR (offsetof(VexGuestArchState, VG_STACK_PTR)) 171 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR)) 172 #define VG_O_FPC_REG (offsetof(VexGuestArchState, VG_FPC_REG))
|
D | m_translate.c | 1325 = sizeof(((VexGuestArchState*)0)->guest_NRADDR); in mk_preamble__set_NRADDR_to_zero() 1331 offsetof(VexGuestArchState,guest_NRADDR), in mk_preamble__set_NRADDR_to_zero() 1351 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_zero() 1361 Int offB_GPR12 = offsetof(VexGuestArchState, guest_GPR12); in mk_preamble__set_NRADDR_to_zero() 1365 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_zero() 1383 = sizeof(((VexGuestArchState*)0)->guest_NRADDR); in mk_preamble__set_NRADDR_to_nraddr() 1389 offsetof(VexGuestArchState,guest_NRADDR), in mk_preamble__set_NRADDR_to_nraddr() 1408 offsetof(VexGuestArchState,guest_NRADDR_GPR2), in mk_preamble__set_NRADDR_to_nraddr() 1409 IRExpr_Get(offsetof(VexGuestArchState,guest_GPR2), in mk_preamble__set_NRADDR_to_nraddr() 1419 Int offB_GPR12 = offsetof(VexGuestArchState, guest_GPR12); in mk_preamble__set_NRADDR_to_nraddr() [all …]
|
D | m_machine.c | 151 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState)); in VG_() 152 vg_assert(offset + size <= sizeof(VexGuestArchState)); in VG_() 175 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState)); in VG_() 176 vg_assert(offset + size <= sizeof(VexGuestArchState)); in VG_() 193 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, const VexGuestArchState* vex) in ptrace_setregs()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | target.h | 231 extern VexGuestArchState* get_arch (int set, ThreadState* tst);
|
D | target.c | 706 VexGuestArchState* get_arch (int set, ThreadState* tst) in get_arch()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-x86-darwin.c | 98 VexGuestArchState *vex_generic) in thread_state_from_vex() 153 VexGuestArchState *vex_generic) in thread_state_to_vex()
|
D | syswrap-amd64-darwin.c | 122 VexGuestArchState *vex_generic) in thread_state_from_vex() 216 VexGuestArchState *vex_generic) in thread_state_to_vex()
|
D | priv_syswrap-darwin.h | 698 VexGuestArchState *vex_generic); 703 VexGuestArchState *vex_generic);
|
D | syswrap-main.c | 406 /*IN*/ VexGuestArchState* gst_vanilla, in getSyscallArgsFromGuestState() 672 /*OUT*/VexGuestArchState* gst_vanilla ) in putSyscallArgsIntoGuestState() 827 /*IN*/ VexGuestArchState* gst_vanilla ) in getSyscallStatusFromGuestState() 961 /*OUT*/VexGuestArchState* gst_vanilla ) in putSyscallStatusIntoGuestState()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-darwin.c | 625 sizeof(VexGuestArchState)); in VG_()
|
D | initimg-linux.c | 1202 sizeof(VexGuestArchState)); in VG_()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1695 #define O_CLREQ_RET (offsetof(VexGuestArchState, VG_CLREQ_RET))
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 140 typedef VexGuestARMState VexGuestArchState;
|
/external/valgrind/memcheck/ |
D | mc_machine.c | 48 #define MC_SIZEOF_GUEST_STATE sizeof(VexGuestArchState)
|