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.c341 void *stop_parameter) { in unwind_phase2_forced() argument
383 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
440 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
508 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument
518 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
521 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
H A DUnwind-seh.cpp282 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument
321 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
385 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
463 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument
472 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
475 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() argument
271 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
326 (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()
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()