Lines Matching refs:pc
45 * Using that pc location the unwind info for the function is found.
92 * | pc for bar() |
98 * | pc for foo() - PC3 |
106 * | pc for ex_throw() - PC2 |
157 void _Unw_jmp(uint64_t pc, uint64_t *regs);
237 ctx->pc = ((uint64_t *)fp2)[1];
247 uint64_t old_pc = old_ctx->pc;
251 new_ctx->pc = 0;
257 new_ctx->pc = 0;
267 new_ctx->pc = 0;
277 _Unw_jmp(ctx->pc, ctx->current_regs);
416 ctx->cfa = ctx->ra = ctx->pc = 0;
512 return (context->pc);
518 context->pc = new_value;