OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
109
#define VG_O_INSTR_PTR (offsetof(VexGuestArchState,
VG_INSTR_PTR
))
m_machine.c
42
#define INSTR_PTR(regs) ((regs).vex.
VG_INSTR_PTR
)
[
all
...]
/external/valgrind/tsan/
ts_valgrind.cc
155
Addr pc = VG_(threads)[vg_tid].arch.vex.
VG_INSTR_PTR
;
[
all
...]
Completed in 88 milliseconds