Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dstack_unwind.h167 if (fp == 0 || _Unwind_GetGR(ctx, RET_ADD) == 0) {
267 #define RET_ADD 16 /* virtual register - really caller's PC */ macro
/titanic_50/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c167 switch (rs[RET_ADD].rule) { in fix_ra()
173 ctx->ra = *(uint64_t *)(ctx->cfa + rs[RET_ADD].offset); in fix_ra()
176 ctx->ra = ctx->current_regs[rs[RET_ADD].source_reg] + in fix_ra()
177 rs[RET_ADD].offset; in fix_ra()
181 (ctx->current_regs[rs[RET_ADD].source_reg] + in fix_ra()
182 rs[RET_ADD].offset); in fix_ra()
H A Dreg_num.h56 #define RET_ADD 16 /* virtual register - really caller's PC */ macro
H A Dthrp_unwind.c60 if (cfa == 0 || _Unwind_GetGR(context, RET_ADD) == 0) { in posix_stop_func()
H A Dunwind.c487 } else if (index == RET_ADD) { in _Unwind_GetGR()
500 } else if (index == RET_ADD) { in _Unwind_SetGR()