Searched refs:stop_parameter (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | UnwindLevel1.c | 311 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 353 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 410 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced() 479 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 489 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 492 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-seh.cpp | 231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 270 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 326 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced() 404 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument 413 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind() 416 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
|
| H A D | Unwind-sjlj.c | 251 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument 270 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced() 325 (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() 1151 void *stop_parameter) { in _Unwind_ForcedUnwind() argument 1161 exception_object->unwinder_cache.reserved3 = (uintptr_t)stop_parameter; in _Unwind_ForcedUnwind() 1164 stop_parameter); in _Unwind_ForcedUnwind()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
| H A D | forced2.C | 15 void *stop_parameter) in force_unwind_stop() argument
|
| H A D | forced4.C | 15 void *stop_parameter) in force_unwind_stop() argument
|
| H A D | forced3.C | 16 void *stop_parameter) in force_unwind_stop() argument
|
| H A D | forced1.C | 17 void *stop_parameter) in force_unwind_stop() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | cleanup-5.c | 13 void *stop_parameter) in force_unwind_stop() argument
|