Searched refs:_US_FORCE_UNWIND (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c156 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h66 static const _Unwind_State _US_FORCE_UNWIND = 8; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h197 #define _US_FORCE_UNWIND ((_Unwind_State)8) macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c536 action = _US_UNWIND_FRAME_RESUME | _US_FORCE_UNWIND;
540 action = _US_UNWIND_FRAME_STARTING | _US_FORCE_UNWIND;
796 (_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND,
825 int forced_unwind = state & _US_FORCE_UNWIND;
H A Dunwind-arm.h71 _US_FORCE_UNWIND = 8, enumerator in enum:__anon1220
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc384 if (!(state & _US_FORCE_UNWIND)
396 actions |= state & _US_FORCE_UNWIND;

Completed in 96 milliseconds