Searched refs:_US_UNWIND_FRAME_RESUME (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h49 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2; variable
54 # define _US_UNWIND_FRAME_RESUME 2 macro
223 case _US_UNWIND_FRAME_RESUME:\
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp555 resume ? _US_UNWIND_FRAME_RESUME : _US_UNWIND_FRAME_STARTING;
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h63 static const _Unwind_State _US_UNWIND_FRAME_RESUME = 2; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h195 #define _US_UNWIND_FRAME_RESUME ((_Unwind_State)2) macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c536 action = _US_UNWIND_FRAME_RESUME | _US_FORCE_UNWIND;
692 (_US_UNWIND_FRAME_RESUME, ucbp, (_Unwind_Context *) entry_vrs);
847 if (state == _US_UNWIND_FRAME_RESUME)
H A Dunwind-arm.h69 _US_UNWIND_FRAME_RESUME = 2, enumerator in enum:__anon1220
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc389 case _US_UNWIND_FRAME_RESUME:

Completed in 117 milliseconds