Searched refs:RIP (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dreg.h19 #define RIP 16 macro
/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A Dunwind_i.h52 #define RIP 16 macro
H A Dinit.h55 c->dwarf.loc[RIP] = REG_INIT_LOC(c, rip, RIP);
57 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RIP], &c->dwarf.ip);
70 c->dwarf.ret_addr_column = RIP;
H A DGstep.c134 c->dwarf.loc[RIP] = DWARF_LOC (c->dwarf.cfa, 0);
198 c->dwarf.loc[RIP] = rip_loc;
202 c->dwarf.ret_addr_column = RIP;
210 if (!DWARF_IS_NULL_LOC (c->dwarf.loc[RIP]))
212 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RIP], &c->dwarf.ip);
213 Debug (1, "Frame Chain [RIP=0x%Lx] = 0x%Lx\n",
214 (unsigned long long) DWARF_GET_LOC (c->dwarf.loc[RIP]),
H A DGregs.c60 c->dwarf.ip = *valp; /* also update the RIP cache */
61 loc = c->dwarf.loc[RIP];
H A DGstash_frame.c82 /* Later we are going to fish out {RBP,RSP,RIP} from sigcontext via
89 assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP);

Completed in 33 milliseconds