Home
last modified time | relevance | path

Searched refs:entry_regs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c134 new_ctx->current_regs[FP_RBP] = old_ctx->entry_regs[FP_RBP]; in _Unw_Propagate_Registers()
135 new_ctx->current_regs[GPR_RBX] = old_ctx->entry_regs[GPR_RBX]; in _Unw_Propagate_Registers()
136 new_ctx->current_regs[EIR_R12] = old_ctx->entry_regs[EIR_R12]; in _Unw_Propagate_Registers()
137 new_ctx->current_regs[EIR_R13] = old_ctx->entry_regs[EIR_R13]; in _Unw_Propagate_Registers()
138 new_ctx->current_regs[EIR_R14] = old_ctx->entry_regs[EIR_R14]; in _Unw_Propagate_Registers()
139 new_ctx->current_regs[EIR_R15] = old_ctx->entry_regs[EIR_R15]; in _Unw_Propagate_Registers()
162 ctx->entry_regs[SP_RSP] = ctx->cfa; in fix_cfa()
193 ctx->entry_regs[index] = ctx->current_regs[index]; in fix_reg()
196 ctx->entry_regs[index] = *(uint64_t *) in fix_reg()
200 ctx->entry_regs[index] = ctx->cfa + rs[index].offset; in fix_reg()
[all …]
H A Dunwind_context.h40 uint64_t entry_regs[16]; member