Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h47 _URC_OK = 0 enumerator
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h30 _URC_OK = 0, enumerator
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc358 if (__gnu_unwind_frame(ex, context) != _URC_OK) { in continueUnwinding()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp1054 if (__gnu_unwind_frame(unwind_exception, context) != _URC_OK) in continue_unwind()