Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c189 fix_reg(struct _Unwind_Context *ctx, struct register_state *rs, int index) in fix_reg() function
283 fix_reg(ctx, func_state, GPR_RBX); in _Unw_Rollback_Registers()
284 fix_reg(ctx, func_state, FP_RBP); in _Unw_Rollback_Registers()
285 fix_reg(ctx, func_state, EIR_R12); in _Unw_Rollback_Registers()
286 fix_reg(ctx, func_state, EIR_R13); in _Unw_Rollback_Registers()
287 fix_reg(ctx, func_state, EIR_R14); in _Unw_Rollback_Registers()
288 fix_reg(ctx, func_state, EIR_R15); in _Unw_Rollback_Registers()