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

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c365 _Unwind_Stop_Fn stop, void *stop_parameter,
383 exception_object, ctx, stop_parameter);
409 exception_object->private_2 = (uint64_t)stop_parameter;
419 exception_object, ctx, stop_parameter);
439 _Unwind_Stop_Fn stop, void *stop_parameter)
447 stop_parameter, ctx, 0));
364 _Unwind_ForcedUnwind_Body(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter, struct _Unwind_Context *ctx, int resume) argument
438 _Unwind_ForcedUnwind(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter) argument

Completed in 22 milliseconds