Searched refs:_UA_HANDLER_FRAME (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/libcxxrt/
H A Dunwind-itanium.h58 #define _UA_HANDLER_FRAME 4 macro
H A Dunwind-arm.h158 #define _UA_HANDLER_FRAME 4 macro
215 actions |= _UA_HANDLER_FRAME;\
H A Dexception.cc1117 // a _UA_HANDLER_FRAME action, telling us to install the handler frame. If
1140 // called with _UA_HANDLER_FRAME action for phase 2 unwinding.
1169 if (!(actions & _UA_HANDLER_FRAME))
/freebsd-10-stable/include/
H A Dunwind.h59 #define _UA_HANDLER_FRAME 4 macro
/freebsd-10-stable/contrib/gcc/
H A Dunwind-generic.h107 #define _UA_HANDLER_FRAME 4 macro
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c34 _UA_HANDLER_FRAME = 4, enumerator in enum:__anon862
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h76 #define _UA_HANDLER_FRAME 4 macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h98 _UA_HANDLER_FRAME = 4, enumerator in enum:__anon3310
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc386 actions |= _UA_HANDLER_FRAME;
419 if (actions == (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME)

Completed in 74 milliseconds