Searched refs:stop_parameter (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/include/ |
| H A D | unwind.h | 70 void* stop_parameter); 82 _Unwind_Stop_Fn stop, void *stop_parameter); 86 _Unwind_Stop_Fn stop, void *stop_parameter);
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 341 void *stop_parameter) { in unwind_phase2_forced() argument 383 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 440 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 508 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 518 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 521 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-seh.cpp | 282 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 321 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 385 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 463 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 472 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 475 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-sjlj.c | 252 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 271 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 326 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
|
| H A D | Unwind-EHABI.cpp | 701 void *stop_parameter) { in unwind_phase2_forced() argument 741 (_Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 808 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 1154 void *stop_parameter) { in _Unwind_ForcedUnwind() argument 1164 exception_object->unwinder_cache.reserved3 = (uintptr_t)stop_parameter; in _Unwind_ForcedUnwind() 1167 stop_parameter); in _Unwind_ForcedUnwind()
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_exit.c | 63 struct _Unwind_Context *context, void *stop_parameter); 135 struct _Unwind_Context *context, void *stop_parameter __unused) in thread_unwind_stop()
|