Searched refs:_Unw_jmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_frame.s61 * _Unw_jmp
64 * _Unw_jmp is passed a pc and an array of register values.
67 ENTRY(_Unw_jmp) function
83 SET_SIZE(_Unw_jmp)
H A Dunwind.c158 void _Unw_jmp(uint64_t pc, uint64_t *regs);
278 _Unw_jmp(ctx->pc, ctx->current_regs);

Completed in 58 milliseconds