Searched refs:RBP (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A DGstash_frame.c42 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
46 - CFA is register-relative offset off RBP or RSP;
48 - RBP is unsaved or saved at CFA+offset, offset != -1;
52 && (rs->reg[DWARF_CFA_REG_COLUMN].val == RBP
56 && (rs->reg[RBP].where == DWARF_WHERE_UNDEF
57 || rs->reg[RBP].where == DWARF_WHERE_SAME
58 || (rs->reg[RBP].where == DWARF_WHERE_CFAREL
59 && labs((long) rs->reg[RBP]
[all...]
H A Dunwind_i.h42 #define RBP 6 macro
H A DGstep.c87 NULL RBP or undefined return address */
88 if (DWARF_IS_NULL_LOC (c->dwarf.loc[RBP])
137 else if (DWARF_IS_NULL_LOC (c->dwarf.loc[RBP]))
146 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RBP], &rbp);
149 Debug (2, "returning %d [RBP=0x%lx]\n", ret,
150 DWARF_GET_LOC (c->dwarf.loc[RBP]));
168 Debug (1, "[RBP=0x%lx] = 0x%lx (cfa = 0x%lx) -> 0x%lx\n",
169 (unsigned long) DWARF_GET_LOC (c->dwarf.loc[RBP]),
172 /* Heuristic to determine incorrect guess. For RBP to be a
175 anything about new RBP (rbp
[all...]
H A Dinit.h45 c->dwarf.loc[RBP] = REG_INIT_LOC(c, rbp, RBP);
H A DGget_save_loc.c43 case UNW_X86_64_RBP: loc = c->dwarf.loc[RBP]; break;
H A DGregs.c93 case UNW_X86_64_RBP: loc = c->dwarf.loc[RBP]; break;
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dreg.h7 #define RBP 4 macro

Completed in 103 milliseconds