Lines Matching refs:frame
98 // Get the frame pointer out of the jmp_buf
151 #include <sys/frame.h>
158 static struct frame * cs_getmyframeptr ( void );
160 struct frame * fp,
319 static struct frame *
323 struct frame *fp;
327 fp = (struct frame *)
331 /* make sure to return parents frame pointer.... */
333 return ((struct frame *)((ulong_t)fp->fr_savfp + STACK_BIAS));
338 cswalkstack(struct frame *fp, int (*operate_func)(void *, void *, FILE *),
351 fp = (struct frame *)((ulong_t)fp->fr_savfp +