Lines Matching refs:frame
44 movl (%ebp), %edx / pop first frame [ back to f1() ]
45 movl (%edx), %ebp / pop second frame [ back to f2() ]
57 * Unwind one frame, call the cleanup handler with argument arg from the
58 * restored frame, then jump to _t_cancel(fp) again from the restored frame.
62 pushl %ebp / save current frame pointer
64 movl (%ebp), %ebp / pop out one frame
67 popl %eax / old frame pointer
68 lea 4(%eax), %esp / stk points to old frame
69 movl %ebp, 4(%esp) / _t_cancel() gets frame pointer arg