Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c289 struct _Unwind_Context *entry_ctx, int phase) in _Unwind_RaiseException_Body() argument
296 finish_capture(entry_ctx, 0); in _Unwind_RaiseException_Body()
297 copy_ctx(entry_ctx, ctx); in _Unwind_RaiseException_Body()
316 finish_capture(entry_ctx, 1); in _Unwind_RaiseException_Body()
317 if (down_one(entry_ctx, entry_ctx)) in _Unwind_RaiseException_Body()
322 copy_ctx(entry_ctx, ctx); in _Unwind_RaiseException_Body()
362 struct _Unwind_Context *entry_ctx = &entry_context; in __Unwind_RaiseException_Backend() local
364 _Unw_capture_regs(entry_ctx->current_regs); in __Unwind_RaiseException_Backend()
366 return (_Unwind_RaiseException_Body(exception_object, entry_ctx, in __Unwind_RaiseException_Backend()