Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dstack_unwind.h165 if (fp == 0 || _Unwind_GetGR(ctx, RET_ADD) == 0) {
265 #define RET_ADD 16 /* virtual register - really caller's PC */ macro
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c168 switch (rs[RET_ADD].rule) { in fix_ra()
174 ctx->ra = *(uint64_t *)(ctx->cfa + rs[RET_ADD].offset); in fix_ra()
177 ctx->ra = ctx->current_regs[rs[RET_ADD].source_reg] + in fix_ra()
178 rs[RET_ADD].offset; in fix_ra()
182 (ctx->current_regs[rs[RET_ADD].source_reg] + in fix_ra()
183 rs[RET_ADD].offset); in fix_ra()
H A Dreg_num.h54 #define RET_ADD 16 /* virtual register - really caller's PC */ macro
H A Dthrp_unwind.c56 if (cfa == 0 || _Unwind_GetGR(context, RET_ADD) == 0) { in posix_stop_func()
H A Dunwind.c494 } else if (index == RET_ADD) { in _Unwind_GetGR()
506 } else if (index == RET_ADD) { in _Unwind_SetGR()