Lines Matching refs:dw
34 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) in tdep_fetch_frame() argument
36 struct cursor *c = (struct cursor *) dw; in tdep_fetch_frame()
37 assert(! need_unwind_info || dw->pi_valid); in tdep_fetch_frame()
38 assert(! need_unwind_info || dw->pi.unwind_info); in tdep_fetch_frame()
39 if (dw->pi_valid in tdep_fetch_frame()
40 && dw->pi.unwind_info in tdep_fetch_frame()
41 && ((struct dwarf_cie_info *) dw->pi.unwind_info)->signal_frame) in tdep_fetch_frame()
47 dw->ip, dw->cfa, c->sigcontext_format); in tdep_fetch_frame()
51 tdep_cache_frame (struct dwarf_cursor *dw, struct dwarf_reg_state *rs) in tdep_cache_frame() argument
53 struct cursor *c = (struct cursor *) dw; in tdep_cache_frame()
57 dw->ip, dw->cfa, c->sigcontext_format); in tdep_cache_frame()
61 tdep_reuse_frame (struct dwarf_cursor *dw, struct dwarf_reg_state *rs) in tdep_reuse_frame() argument
63 struct cursor *c = (struct cursor *) dw; in tdep_reuse_frame()
70 c->sigcontext_addr = dw->cfa; in tdep_reuse_frame()
76 dw->ip, dw->cfa, c->sigcontext_format, c->sigcontext_addr, in tdep_reuse_frame()