Home | History | Annotate | Download | only in x86

Lines Matching refs:cfa

38   /* Save the current ip/cfa to prevent looping if the decode yields
39 the same ip/cfa as before. */
41 unw_word_t old_cfa = c->dwarf.cfa;
76 ret = dwarf_get (&c->dwarf, c->dwarf.loc[EBP], &c->dwarf.cfa);
84 c->dwarf.cfa);
86 ebp_loc = DWARF_LOC (c->dwarf.cfa, 0);
87 eip_loc = DWARF_LOC (c->dwarf.cfa + 4, 0);
88 c->dwarf.cfa += 8;
133 /* If the decode yields the exact same ip/cfa as before, then indicate
135 if (old_ip == c->dwarf.ip && old_cfa == c->dwarf.cfa)
137 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n",