Home
last modified time | relevance | path

Searched refs:stop_parameter (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libunwind/include/
H A Dunwind.h70 void* stop_parameter);
82 _Unwind_Stop_Fn stop, void *stop_parameter);
86 _Unwind_Stop_Fn stop, void *stop_parameter);
/llvm-project-15.0.7/libunwind/test/
H A Dforceunwind.pass.cpp36 void *stop_parameter) { in stop() argument
41 assert(stop_parameter == &foo); in stop()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindLevel1.c292 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument
333 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
390 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
459 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument
469 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
472 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
H A DUnwind-seh.cpp231 _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 DUnwind-sjlj.c251 _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 DUnwind-EHABI.cpp701 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()