Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c290 struct _Unwind_Context *entry_ctx, int phase) in _Unwind_RaiseException_Body() argument
297 finish_capture(entry_ctx, 0); in _Unwind_RaiseException_Body()
298 copy_ctx(entry_ctx, ctx); in _Unwind_RaiseException_Body()
317 finish_capture(entry_ctx, 1); in _Unwind_RaiseException_Body()
318 if (down_one(entry_ctx, entry_ctx)) in _Unwind_RaiseException_Body()
323 copy_ctx(entry_ctx, ctx); in _Unwind_RaiseException_Body()
354 struct _Unwind_Context *entry_ctx = &entry_context; in _Unwind_RaiseException() local
356 _Unw_capture_regs(entry_ctx->current_regs); in _Unwind_RaiseException()
358 return (_Unwind_RaiseException_Body(exception_object, entry_ctx, in _Unwind_RaiseException()