Searched refs:unw_reg_state (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_i.h88 struct unw_reg_state { struct
89 struct unw_reg_state *next; /* next (outer) element on state stack */
96 struct unw_reg_state saved_state;
120 struct unw_reg_state curr; /* current state */
H A Dunwind.c533 struct unw_reg_state *rs;
547 struct unw_reg_state *rs = sr->curr.next;
558 static struct unw_reg_state *
559 dup_state_stack (struct unw_reg_state *rs)
561 struct unw_reg_state *copy, *prev = NULL, *first = NULL;
582 free_state_stack (struct unw_reg_state *rs)
584 struct unw_reg_state *p, *next;

Completed in 43 milliseconds