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

  /external/valgrind/main/coregrind/
pub_core_machine.h 83 # define VG_INSTR_PTR guest_EIP
87 # define VG_INSTR_PTR guest_RIP
91 # define VG_INSTR_PTR guest_CIA
95 # define VG_INSTR_PTR guest_CIA
99 # define VG_INSTR_PTR guest_R15T
103 # define VG_INSTR_PTR guest_IA
113 #define VG_O_INSTR_PTR (offsetof(VexGuestArchState, VG_INSTR_PTR))
m_machine.c 44 #define INSTR_PTR(regs) ((regs).vex.VG_INSTR_PTR)
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 160 Addr pc = VG_(threads)[vg_tid].arch.vex.VG_INSTR_PTR;
    [all...]

Completed in 207 milliseconds