Searched refs:old_ctx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h137 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx,
H A Dunwind.c245 down_one(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx) argument
247 uint64_t old_cfa = old_ctx->cfa;
248 uint64_t old_pc = old_ctx->pc;
257 if (old_ctx->ra == 0) {
264 _Unw_Propagate_Registers(old_ctx, new_ctx);
H A Dcall_frame_inst.c123 * The entry-point state of old_ctx defines the current
125 * will not be refered to again, old_ctx == new_ctx is OK
128 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx, argument
131 new_ctx->current_regs[SP_RSP] = old_ctx->cfa;
132 new_ctx->pc = old_ctx->ra;
133 new_ctx->current_regs[FP_RBP] = old_ctx->entry_regs[FP_RBP];
134 new_ctx->current_regs[GPR_RBX] = old_ctx->entry_regs[GPR_RBX];
135 new_ctx->current_regs[EIR_R12] = old_ctx->entry_regs[EIR_R12];
136 new_ctx->current_regs[EIR_R13] = old_ctx->entry_regs[EIR_R13];
137 new_ctx->current_regs[EIR_R14] = old_ctx
[all...]

Completed in 48 milliseconds