Searched refs:stack_capture (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dstack_machdep.c39 static void stack_capture(struct stack *st, struct frame *frame);
42 stack_capture(struct stack *st, struct frame *frame) function
80 stack_capture(st, (struct frame *)(td->td_pcb->pcb_sp + SPOFF));
87 stack_capture(st, (struct frame *)__builtin_frame_address(1));
/freebsd-10.0-release/sys/amd64/amd64/
H A Dstack_machdep.c43 stack_capture(struct stack *st, register_t rbp) function
77 stack_capture(st, rbp);
86 stack_capture(st, rbp);
/freebsd-10.0-release/sys/arm/arm/
H A Dstack_machdep.c47 stack_capture(struct stack *st, u_int32_t *frame) function
78 stack_capture(st, frame);
88 stack_capture(st, frame);
/freebsd-10.0-release/sys/i386/i386/
H A Dstack_machdep.c43 stack_capture(struct stack *st, register_t ebp) function
77 stack_capture(st, ebp);
86 stack_capture(st, ebp);
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dstack_machdep.c52 stack_capture(struct stack *st, vm_offset_t frame) function
98 stack_capture(st, frame);
107 stack_capture(st, frame);
/freebsd-10.0-release/sys/mips/mips/
H A Dstack_machdep.c52 stack_capture(struct stack *st, u_register_t pc, u_register_t sp) function
142 stack_capture(st, pc, sp);
155 stack_capture(st, pc, sp);

Completed in 77 milliseconds