Searched refs:unwinder (Results 1 – 10 of 10) sorted by relevance
28 static struct unwinder stack_reader = {48 static struct unwinder *curr_unwinder = &stack_reader;65 static struct unwinder *select_unwinder(void) in select_unwinder()67 struct unwinder *best; in select_unwinder()72 best = list_entry(unwinder_list.next, struct unwinder, list); in select_unwinder()82 static int unwinder_enqueue(struct unwinder *ops) in unwinder_enqueue()87 struct unwinder *o; in unwinder_enqueue()89 o = list_entry(tmp, struct unwinder, list); in unwinder_enqueue()110 int unwinder_register(struct unwinder *u) in unwinder_register()
21 traps_$(BITS).o unwinder.o
990 static struct unwinder dwarf_unwinder = {
6 struct unwinder { struct15 extern int unwinder_register(struct unwinder *); argument
292 pushq $0 # fake return address to stop unwinder308 pushq $0 # fake return address to stop unwinder
335 static struct unwinder sh64_unwinder = {
811 ! setup FP so that unwinder can wind back through nested kernel mode
62 bool "Enable the DWARF unwinder for stacktraces"
66 ; Despite -fasynchronous-unwind-tables, linker is not making dwarf2 unwinder
60 tasks. The only way to do that on ia64 is to call the unwinder,