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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c177 struct _Unwind_Exception *exception_object,
289 _Unwind_RaiseException_Body(struct _Unwind_Exception *exception_object, argument
302 exception_object->exception_class,
303 exception_object, ctx);
311 exception_object->private_2 = _Unwind_GetCFA(ctx);
326 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) {
330 exception_object->exception_class,
331 exception_object, ctx);
341 exception_object->private_1 = 0;
351 _Unwind_RaiseException(struct _Unwind_Exception *exception_object) argument
176 _Unw_very_boring_personality(int version, int actions, uint64_t exclass, struct _Unwind_Exception *exception_object, struct _Unwind_Context *ctx) argument
363 _Unwind_ForcedUnwind_Body(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter, struct _Unwind_Context *ctx, int resume) argument
435 _Unwind_ForcedUnwind(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument
448 _Unwind_Resume(struct _Unwind_Exception *exception_object) argument
468 _Unwind_DeleteException(struct _Unwind_Exception *exception_object) argument
[all...]
H A Dunwind_context.h84 struct _Unwind_Exception *exception_object,
/illumos-gate/usr/src/head/
H A Dstack_unwind.h123 struct _Unwind_Exception *exception_object);
133 struct _Unwind_Exception *exception_object,
142 void _Unwind_Resume(struct _Unwind_Exception *exception_object);
147 void _Unwind_DeleteException(struct _Unwind_Exception *exception_object);
150 * (*(exception_object->exception_cleanup))(_URC_NO_REASON,
151 * exception_object);
160 struct _Unwind_Exception *exception_object,
221 _Unwind_Delete_Exception(res, exception_object);
227 _Unwind_Delete_Exception(res, exception_object);
233 _Unwind_Delete_Exception(res, exception_object);
[all...]

Completed in 59 milliseconds