Searched defs:old_ctx (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c244 down_one(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx) argument
246 uint64_t old_cfa = old_ctx->cfa;
247 uint64_t old_pc = old_ctx->pc;
256 if (old_ctx->ra == 0) {
263 _Unw_Propagate_Registers(old_ctx, new_ctx);
H A Dcall_frame_inst.c122 * The entry-point state of old_ctx defines the current
124 * will not be refered to again, old_ctx == new_ctx is OK
127 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx, argument
130 new_ctx->current_regs[SP_RSP] = old_ctx->cfa;
131 new_ctx->pc = old_ctx->ra;
132 new_ctx->current_regs[FP_RBP] = old_ctx->entry_regs[FP_RBP];
133 new_ctx->current_regs[GPR_RBX] = old_ctx->entry_regs[GPR_RBX];
134 new_ctx->current_regs[EIR_R12] = old_ctx->entry_regs[EIR_R12];
135 new_ctx->current_regs[EIR_R13] = old_ctx->entry_regs[EIR_R13];
136 new_ctx->current_regs[EIR_R14] = old_ctx
[all...]

Completed in 16 milliseconds