Searched refs:_Unwind_Stop_Fn (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h115 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef
120 _Unwind_Stop_Fn,
189 (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
H A Dunwind.inc141 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) (_Unwind_Ptr) exc->private_1;
191 _Unwind_Stop_Fn stop, void * stop_argument)
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h122 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef
127 _Unwind_Stop_Fn,
197 (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
H A Dunwind-compat.c68 (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
72 _Unwind_Stop_Fn stop, void * stop_argument)
H A Dunwind.inc149 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) (_Unwind_Ptr) exc->private_1;
200 _Unwind_Stop_Fn stop, void * stop_argument)
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h64 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef
82 _Unwind_Stop_Fn stop, void *stop_parameter);
86 _Unwind_Stop_Fn stop, void *stop_parameter);
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h203 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) typedef
207 _Unwind_Stop_Fn, void *);
H A Dunwind-arm.c510 _Unwind_Stop_Fn stop_fn = (_Unwind_Stop_Fn) UCB_FORCED_STOP_FN (ucbp);
654 _Unwind_Stop_Fn, void *, phase2_vrs *);
658 _Unwind_Stop_Fn stop_fn, void *stop_arg,
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h158 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 *);
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp231 _Unwind_Stop_Fn stop, void *stop_parameter) {
372 (_Unwind_Stop_Fn) exception_object->private_[0],
404 _Unwind_Stop_Fn stop, void *stop_parameter) {
H A DUnwindLevel1.c311 _Unwind_Stop_Fn stop, void *stop_parameter) {
463 (_Unwind_Stop_Fn) exception_object->private_1,
479 _Unwind_Stop_Fn stop, void *stop_parameter) {
H A DUnwind-sjlj.c251 _Unwind_Stop_Fn stop, void *stop_parameter) {
372 (_Unwind_Stop_Fn) exception_object->private_1,
H A DUnwind-EHABI.cpp700 _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop,
865 (_Unwind_Stop_Fn)exception_object->unwinder_cache.reserved1,
1150 _Unwind_ForcedUnwind(_Unwind_Exception *exception_object, _Unwind_Stop_Fn stop,

Completed in 108 milliseconds