Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c337 _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 DUnwind-seh.cpp240 _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 DUnwind-sjlj.c252 _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 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()
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 Dthr_exit.c63 struct _Unwind_Context *context, void *stop_parameter);
135 struct _Unwind_Context *context, void *stop_parameter __unused) in thread_unwind_stop()