Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | unwind_idx |
struct | unwind_table |
Macros | |
#define | UNWIND(code...) |
Enumerations | |
enum | unwind_reason_code { URC_OK = 0, URC_CONTINUE_UNWIND = 8, URC_FAILURE = 9 } |
Functions | |
struct unwind_table * | unwind_table_add (unsigned long start, unsigned long size, unsigned long text_addr, unsigned long text_size) |
void | unwind_table_del (struct unwind_table *tab) |
void | unwind_backtrace (struct pt_regs *regs, struct task_struct *tsk) |
enum unwind_reason_code |
void unwind_backtrace | ( | struct pt_regs * | regs, |
struct task_struct * | tsk | ||
) |
void unwind_table_del | ( | struct unwind_table * | tab | ) |