unwinder
extern int unwinder_register(struct unwinder *);
static struct unwinder dwarf_unwinder = {
int unwinder_register(struct unwinder *u)
static struct unwinder stack_reader = {
static struct unwinder *curr_unwinder = &stack_reader;
static struct unwinder *select_unwinder(void)
struct unwinder *best;
best = list_entry(unwinder_list.next, struct unwinder, list);
static int unwinder_enqueue(struct unwinder *ops)
struct unwinder *o;
o = list_entry(tmp, struct unwinder, list);