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 | 337 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 379 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 436 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 505 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 515 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 518 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
H A D | Unwind-seh.cpp | 240 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 279 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 343 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 421 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 430 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 433 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() 271 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 326 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 251 unwind_phase2_forced(struct _Unwind_Exception * exception_object,_Unwind_Stop_Fn stop,void * stop_parameter) unwind_phase2_forced() argument
|
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()
|