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

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c289 struct _Unwind_Context *entry_ctx, int phase)
296 finish_capture(entry_ctx, 0);
297 copy_ctx(entry_ctx, ctx);
318 finish_capture(entry_ctx, 1);
319 if (down_one(entry_ctx, entry_ctx))
324 copy_ctx(entry_ctx, ctx);
355 struct _Unwind_Context *entry_ctx = &entry_context; local
357 _Unw_capture_regs(entry_ctx->current_regs);
359 return (_Unwind_RaiseException_Body(exception_object, entry_ctx,
288 _Unwind_RaiseException_Body(struct _Unwind_Exception *exception_object, struct _Unwind_Context *entry_ctx, int phase) argument
[all...]

Completed in 1534 milliseconds