Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1.c246 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument
282 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
338 (struct _Unwind_Context *)(cursor), stop_parameter); in unwind_phase2_forced()
407 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument
417 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
420 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
DUnwind-seh.cpp231 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument
268 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
324 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
402 _Unwind_Stop_Fn stop, void *stop_parameter) { in _Unwind_ForcedUnwind() argument
411 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
414 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter); in _Unwind_ForcedUnwind()
DUnwind-sjlj.c239 _Unwind_Stop_Fn stop, void *stop_parameter) { in unwind_phase2_forced() argument
258 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
313 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
/external/llvm-project/libunwind/include/
Dunwind.h150 void* stop_parameter );
270 _Unwind_Stop_Fn stop, void *stop_parameter);
274 _Unwind_Stop_Fn stop, void *stop_parameter);