Home | History | Annotate | Download | only in aarch64

Lines Matching refs:cfa

35   unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
46 c->sigcontext_sp = c->dwarf.cfa;
97 /* Set SP/CFA and PC/IP. */
98 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_AARCH64_SP], &c->dwarf.cfa);
112 Debug (1, "(cursor=%p, ip=0x%016lx, cfa=0x%016lx))\n",
113 c, c->dwarf.ip, c->dwarf.cfa);
116 unw_word_t old_cfa = c->dwarf.cfa;
153 /* If the decode yields the exact same ip/cfa as before, then indicate
155 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa)
157 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n",