Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c158 (ctx->current_regs[rs[CF_ADDR].source_reg] + in fix_cfa()
182 (ctx->current_regs[rs[RET_ADD].source_reg] + in fix_ra()
204 ctx->current_regs[rs[index].source_reg] + in fix_reg()
212 (ctx->current_regs[rs[index].source_reg] + in fix_reg()
606 f_state[val1].source_reg = CF_ADDR; in interpret_op()
621 f_state[val1].source_reg = val2; in interpret_op()
630 f_state[CF_ADDR].source_reg = val1; in interpret_op()
634 f_state[CF_ADDR].source_reg = val1; in interpret_op()
645 f_state[val1].source_reg = CF_ADDR; in interpret_op()
650 f_state[CF_ADDR].source_reg = val1; in interpret_op()
[all …]
H A Dunwind_context.h65 unsigned char source_reg; member