HomeSort by relevance Sort by last modified time
    Searched refs:VexGuestArchState (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/coregrind/
pub_core_threadstate.h 79 typedef VexGuestX86State VexGuestArchState;
81 typedef VexGuestAMD64State VexGuestArchState;
83 typedef VexGuestPPC32State VexGuestArchState;
85 typedef VexGuestPPC64State VexGuestArchState;
87 typedef VexGuestARMState VexGuestArchState;
89 typedef VexGuestS390XState VexGuestArchState;
110 VexGuestArchState vex __attribute__((aligned(16)));
113 VexGuestArchState vex_shadow1 __attribute__((aligned(16)));
114 VexGuestArchState vex_shadow2 __attribute__((aligned(16)));
pub_core_machine.h 112 #define VG_O_STACK_PTR (offsetof(VexGuestArchState, VG_STACK_PTR))
113 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
m_translate.c 57 #include "pub_core_threadstate.h" // VexGuestArchState
    [all...]
m_machine.c 150 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState));
151 vg_assert(offset + size <= sizeof(VexGuestArchState));
174 vg_assert(0 <= offset && offset < sizeof(VexGuestArchState));
175 vg_assert(offset + size <= sizeof(VexGuestArchState));
189 static void apply_to_GPs_of_tid(VexGuestArchState* vex, void (*f)(Addr))
    [all...]
m_debugger.c 49 static Int ptrace_setregs(Int pid, VexGuestArchState* vex)
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind_low.h 82 VexGuestArchState* get_arch (int set, ThreadState* tst);
valgrind-low.c 586 VexGuestArchState* get_arch (int set, ThreadState* tst)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 108 VexGuestArchState *vex_generic)
170 VexGuestArchState *vex_generic)
syswrap-x86-darwin.c 99 VexGuestArchState *vex_generic)
154 VexGuestArchState *vex_generic)
priv_syswrap-darwin.h 597 VexGuestArchState *vex_generic);
602 VexGuestArchState *vex_generic);
syswrap-main.c 402 /*IN*/ VexGuestArchState* gst_vanilla,
602 /*OUT*/VexGuestArchState* gst_vanilla )
705 /*IN*/ VexGuestArchState* gst_vanilla )
813 /*OUT*/VexGuestArchState* gst_vanilla )
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 623 sizeof(VexGuestArchState));
initimg-linux.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 414 milliseconds