Home
last modified time | relevance | path

Searched refs:_US_FORCE_UNWIND (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h61 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1-gcc-ext.c152 if (pr(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) != in _Unwind_Backtrace()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp1105 bool is_force_unwinding = state & _US_FORCE_UNWIND; in __gxx_personality_v0()
1106 state &= ~_US_FORCE_UNWIND; in __gxx_personality_v0()