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

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

Completed in 79 milliseconds