Lines Matching refs:frame
69 struct frame *fp; in backtrace()
81 fp = (struct frame*)((char*)(fpval) + STACK_BIAS); in backtrace()
84 fp = (struct frame*)((char*)(fp->fr_savfp) + STACK_BIAS); in backtrace()
90 struct frame * prev = (struct frame*)((char*)(fp->fr_savfp) + STACK_BIAS); in backtrace()
153 struct frame *fp; in backtrace()
158 fp = (struct frame*)(((size_t*)(ctx))[FRAME_PTR_OFFSET]); in backtrace()
232 struct frame *fp; in backtrace()
242 fp = (struct frame*)(((size_t*)(ctx))[FRAME_PTR_OFFSET]); in backtrace()
306 void **frame = (void **)__builtin_frame_address(0); in backtrace() local
307 void **bp = ( void **)(*frame); in backtrace()
308 void *ip = frame[1]; in backtrace()