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

  /external/valgrind/coregrind/
pub_core_machine.h 118 # define VG_FRAME_PTR guest_EBP
122 # define VG_FRAME_PTR guest_RBP
126 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
130 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
134 # define VG_FRAME_PTR guest_R11
138 # define VG_FRAME_PTR guest_X29 // FIXME: is this right?
142 # define VG_FRAME_PTR guest_FP
147 # define VG_FRAME_PTR guest_r30
151 # define VG_FRAME_PTR guest_r30
160 #define VG_O_FRAME_PTR (offsetof(VexGuestArchState, VG_FRAME_PTR))
    [all...]
m_machine.c 47 #define FRAME_PTR(regs) ((regs).vex.VG_FRAME_PTR)
    [all...]

Completed in 2101 milliseconds