Lines Matching refs:dw
35 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info) in tdep_fetch_frame() argument
37 struct cursor *c = (struct cursor *) dw; in tdep_fetch_frame()
38 assert(! need_unwind_info || dw->pi_valid); in tdep_fetch_frame()
39 assert(! need_unwind_info || dw->pi.unwind_info); in tdep_fetch_frame()
40 if (dw->pi_valid in tdep_fetch_frame()
41 && dw->pi.unwind_info in tdep_fetch_frame()
42 && ((struct dwarf_cie_info *) dw->pi.unwind_info)->signal_frame) in tdep_fetch_frame()
48 dw->ip, dw->cfa, c->sigcontext_format); in tdep_fetch_frame()
52 tdep_cache_frame (struct dwarf_cursor *dw) in tdep_cache_frame() argument
54 struct cursor *c = (struct cursor *) dw; in tdep_cache_frame()
57 dw->ip, dw->cfa, c->sigcontext_format); in tdep_cache_frame()
62 tdep_reuse_frame (struct dwarf_cursor *dw, int frame) in tdep_reuse_frame() argument
64 struct cursor *c = (struct cursor *) dw; in tdep_reuse_frame()
71 c->sigcontext_addr = dw->cfa; in tdep_reuse_frame()
75 dw->ip, dw->cfa, c->sigcontext_format, c->sigcontext_addr, in tdep_reuse_frame()