Searched refs:_US_UNWIND_FRAME_STARTING (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h41 #if !defined(_US_UNWIND_FRAME_STARTING)
42 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
H A Dgcc_personality_v0.c196 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING)
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h19 static const _Unwind_State _US_UNWIND_FRAME_STARTING = 1; variable
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-c.c133 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING)
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h64 _US_UNWIND_FRAME_STARTING = 1, enumerator in enum:__anon128
H A Dunwind-arm.c494 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs);
539 action = _US_UNWIND_FRAME_STARTING | _US_FORCE_UNWIND;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h199 #define _US_UNWIND_FRAME_STARTING ((_Unwind_State)1) macro
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc382 case _US_UNWIND_FRAME_STARTING:
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp582 resume ? _US_UNWIND_FRAME_RESUME : _US_UNWIND_FRAME_STARTING;
763 (*p)(_US_FORCE_UNWIND | _US_UNWIND_FRAME_STARTING, exception_object,
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1095 case _US_UNWIND_FRAME_STARTING:
1099 // _US_UNWIND_FRAME_STARTING).

Completed in 148 milliseconds