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

  /external/valgrind/main/coregrind/
pub_core_machine.h 113 # define VG_FRAME_PTR guest_EBP
117 # define VG_FRAME_PTR guest_RBP
121 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
125 # define VG_FRAME_PTR guest_GPR1 // No frame ptr for PPC
129 # define VG_FRAME_PTR guest_R11
133 # define VG_FRAME_PTR guest_X29 // FIXME: is this right?
137 # define VG_FRAME_PTR guest_FP
142 # define VG_FRAME_PTR guest_r30
146 # define VG_FRAME_PTR guest_r30
m_machine.c 47 #define FRAME_PTR(regs) ((regs).vex.VG_FRAME_PTR)
    [all...]

Completed in 167 milliseconds