Searched refs:exceptionObject (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_catch.cc38 _Unwind_Exception *exceptionObject local
41 return __gxx_caught_object(exceptionObject);
47 _Unwind_Exception *exceptionObject local
51 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject);
87 objectp = __gxx_caught_object(exceptionObject);
89 _Unwind_Complete(exceptionObject);
/freebsd-9.3-release/contrib/libcxxrt/
H A Dunwind-itanium.h154 struct _Unwind_Exception *exceptionObject,\
160 struct _Unwind_Exception *exceptionObject,\
164 #define CALL_PERSONALITY_FUNCTION(name) name(version, actions, exceptionClass, exceptionObject, context)
H A Dunwind-arm.h187 struct _Unwind_Exception *exceptionObject,\
192 struct _Unwind_Exception *exceptionObject,\
196 uint64_t exceptionClass = exceptionObject->exception_class;\
209 if (exceptionObject->barrier_cache.sp == _Unwind_GetGR(context, 13))\
217 return continueUnwinding(exceptionObject, context);\
221 _Unwind_SetGR (context, 12, (unsigned long)exceptionObject);\
223 #define CALL_PERSONALITY_FUNCTION(name) name(state,exceptionObject,context)
H A Dexception.cc1019 static void pushCleanupException(_Unwind_Exception *exceptionObject, argument
1029 assert(exceptionObject == info->currentCleanup);
1034 info->currentCleanup = exceptionObject;
1063 ex = exceptionFromPointer(exceptionObject);
1071 if (0 == lsda_addr) { return continueUnwinding(exceptionObject, context); }
1116 saveLandingPad(context, exceptionObject, ex, selector, action.landing_pad);
1123 return continueUnwinding(exceptionObject, context);
1136 if (0 == action.landing_pad) { return continueUnwinding(exceptionObject, context); }
1140 if (found_handler != handler_cleanup) { return continueUnwinding(exceptionObject, context); }
1141 pushCleanupException(exceptionObject, e
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
190 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
237 (uintptr_t)exceptionObject);
185 __gcc_personality_sj0(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, _Unwind_Context_t context) argument

Completed in 144 milliseconds