OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_FRAME_PTR
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/coregrind/
pub_core_machine.h
126
# define
VG_FRAME_PTR
guest_EBP
130
# define
VG_FRAME_PTR
guest_RBP
134
# define
VG_FRAME_PTR
guest_GPR1 // No frame ptr for PPC
138
# define
VG_FRAME_PTR
guest_GPR1 // No frame ptr for PPC
142
# define
VG_FRAME_PTR
guest_R11
146
# define
VG_FRAME_PTR
guest_X29 // FIXME: is this right?
150
# define
VG_FRAME_PTR
guest_FP
155
# define
VG_FRAME_PTR
guest_r30
159
# define
VG_FRAME_PTR
guest_r30
163
# define
VG_FRAME_PTR
guest_r5
[
all
...]
m_machine.c
46
#define FRAME_PTR(regs) ((regs).vex.
VG_FRAME_PTR
)
[
all
...]
Completed in 51 milliseconds