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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c364 _Unwind_Stop_Fn stop, void *stop_parameter,
382 exception_object, ctx, stop_parameter);
408 exception_object->private_2 = (uint64_t)stop_parameter;
418 exception_object, ctx, stop_parameter);
436 _Unwind_Stop_Fn stop, void *stop_parameter)
444 stop_parameter, ctx, 0));
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

Completed in 95 milliseconds