HomeSort by relevance Sort by last modified time
    Searched refs:stop_parameter (Results 1 - 11 of 11) sorted by null

  /external/libunwind/src/unwind/
ForcedUnwind.c 31 _Unwind_Stop_Fn stop, void *stop_parameter)
51 exception_object->private_2 = (unsigned long) stop_parameter;
unwind-internal.h 66 void *stop_parameter = (void *) exception_object->private_2; local
101 exception_object, context, stop_parameter);
129 if ((unsigned long) stop_parameter == ip)
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 66 void* stop_parameter);
101 void* stop_parameter);
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
unwind-itanium.h 66 void* stop_parameter);
108 void* stop_parameter);
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
unwind-itanium.h 66 void* stop_parameter);
108 void* stop_parameter);
  /external/libunwind_llvm/src/
UnwindLevel1.c 240 _Unwind_Stop_Fn stop, void *stop_parameter) {
276 (struct _Unwind_Context *)(cursor), stop_parameter);
332 (struct _Unwind_Context *)(cursor), stop_parameter);
401 _Unwind_Stop_Fn stop, void *stop_parameter) {
411 exception_object->private_2 = (uintptr_t) stop_parameter;
414 return unwind_phase2_forced(&uc, &cursor, exception_object, stop, stop_parameter);
Unwind-sjlj.c 197 _Unwind_Stop_Fn stop, void *stop_parameter) {
215 (struct _Unwind_Context *)c, stop_parameter);
270 (struct _Unwind_Context *)c, stop_parameter);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 235 _Unwind_Stop_Fn stop, void *stop_parameter) {
272 (struct _Unwind_Context *)(&cursor2), stop_parameter);
328 (struct _Unwind_Context *)(&cursor2), stop_parameter);
395 _Unwind_Stop_Fn stop, void *stop_parameter) {
404 exception_object->private_2 = (uintptr_t) stop_parameter;
407 return unwind_phase2_forced(&uc, exception_object, stop, stop_parameter);
Unwind-sjlj.c 197 _Unwind_Stop_Fn stop, void *stop_parameter) {
215 (struct _Unwind_Context *)c, stop_parameter);
270 (struct _Unwind_Context *)c, stop_parameter);
  /external/libunwind_llvm/include/
unwind.h 143 void* stop_parameter );
266 _Unwind_Stop_Fn stop, void *stop_parameter);
270 _Unwind_Stop_Fn stop, void *stop_parameter);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 139 void* stop_parameter );
219 _Unwind_Stop_Fn stop, void *stop_parameter);
223 _Unwind_Stop_Fn stop, void *stop_parameter);

Completed in 370 milliseconds