Home | History | Annotate | Download | only in processor

Lines Matching full:caller

38 //    |return Recursor|.  When the caller's frame is reused, it will cause
40 // in both the caller and callee. This is considered an unexpected
42 // caller frame in the stack than its caller.
128 // in an attempt to find the caller frame. Other unmapped accesses will
147 // and not the caller's frame pointer. Dereference %ebp to obtain the
148 // caller's frame pointer, which the compiler-generated preamble stored
163 // The caller's %esp is 8 higher than the value of %ebp in this function,
166 // the caller's %esp, and this function's prolog will save the caller's %ebp
205 // %r1 itself contains GetSP's own stack pointer and not the caller's stack
206 // pointer. Dereference %r1 to obtain the caller's stack pointer, which the
223 // GetPC. Because this function depends on the caller's use of a branch
242 // the caller's stack pointer. Dereference to obtain the caller's stack
258 // and not the caller's frame pointer. Dereference %fp to obtain the
259 // caller's frame pointer, which the compiler-generated preamble stored
276 // GetPC. Because this function depends on the caller's use of a branch
373 // Subtract 1 because the caller wants the number of frames beneath
374 // itself. Because the caller called us, subract two for our frame and its