Home
last modified time | relevance | path

Searched refs:i386_frame (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dstack.h37 struct i386_frame { struct
38 struct i386_frame *f_frame; argument
50 struct i386_frame { struct
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c195 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 …]
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c56 typedef struct i386_frame *x86_frame_t;