Searched refs:i386_frame (Results 1 – 3 of 3) sorted by relevance
37 struct i386_frame { struct38 struct i386_frame *f_frame; argument50 struct i386_frame { struct
195 static void db_nextframe(struct i386_frame **, db_addr_t *, struct thread *);196 static int db_numargs(struct i386_frame *);211 struct i386_frame *fp; in db_numargs()296 db_nextframe(struct i386_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe()354 *fp = (struct i386_frame *) ebp; in db_nextframe()373 *fp = (struct i386_frame *) ebp; in db_nextframe()432 *fp = (struct i386_frame *) ebp; in db_nextframe()439 struct i386_frame *actframe; in db_backtrace()597 struct i386_frame *frame; in db_trace_self()602 frame = (struct i386_frame *)ebp; in db_trace_self()[all …]
56 typedef struct i386_frame *x86_frame_t;