Searched refs:_Unwind_Stop_Fn (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/include/ |
H A D | unwind.h | 64 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef 82 _Unwind_Stop_Fn stop, void *stop_parameter); 86 _Unwind_Stop_Fn stop, void *stop_parameter);
|
/freebsd/contrib/libcxxrt/ |
H A D | unwind-itanium.h | 68 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action, typedef 91 _Unwind_Stop_Fn, void *);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | unwind.h | 158 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action, typedef 262 _Unwind_Reason_Code _Unwind_ForcedUnwind(_Unwind_Exception *, _Unwind_Stop_Fn, 279 _Unwind_Stop_Fn, void *);
|
/freebsd/lib/libthr/thread/ |
H A D | thr_exit.c | 66 _Unwind_Stop_Fn, void *); 103 _Unwind_ForcedUnwind(struct _Unwind_Exception *ex, _Unwind_Stop_Fn stop_func, in _Unwind_ForcedUnwind()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | UnwindLevel1.c | 337 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 489 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume() 505 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
|
H A D | Unwind-seh.cpp | 240 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 389 (_Unwind_Stop_Fn) exception_object->private_[0], in _Unwind_Resume() 421 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind()
|
H A D | Unwind-sjlj.c | 252 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() 373 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
|
H A D | Unwind-EHABI.cpp | 700 _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, in unwind_phase2_forced() 865 (_Unwind_Stop_Fn)exception_object->unwinder_cache.reserved1, in _Unwind_Resume() 1153 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind()
|