Searched refs:_US_FORCE_UNWIND (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h23 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h67 _US_FORCE_UNWIND = 8, enumerator in enum:__anon128
H A Dunwind-arm.c535 action = _US_UNWIND_FRAME_RESUME | _US_FORCE_UNWIND;
539 action = _US_UNWIND_FRAME_STARTING | _US_FORCE_UNWIND;
767 int forced_unwind = state & _US_FORCE_UNWIND;
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc384 if (!(state & _US_FORCE_UNWIND)
396 actions |= state & _US_FORCE_UNWIND;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h202 #define _US_FORCE_UNWIND ((_Unwind_State)8) macro
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1-gcc-ext.c181 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
H A DUnwind-EHABI.cpp763 (*p)(_US_FORCE_UNWIND | _US_UNWIND_FRAME_STARTING, exception_object,
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1072 bool is_force_unwinding = state & _US_FORCE_UNWIND;
1073 state &= ~_US_FORCE_UNWIND;
1098 // will call this personality function with (_US_FORCE_UNWIND |

Completed in 98 milliseconds