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

/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu-versioned-namespace.ver104 __cxa_call_unexpected;
H A Dgnu.ver703 __cxa_call_unexpected;
/freebsd-10.0-release/gnu/lib/libsupc++/
H A DVersion.map34 __cxa_call_unexpected;
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Deh_call.cc68 // The ARM EABI __cxa_call_unexpected has the same semantics as the generic
71 __cxa_call_unexpected(void* exc_obj_in) function
H A Dunwind-cxx.h78 // for Phase 2 and __cxa_call_unexpected.
135 extern "C" void __cxa_call_unexpected (void *) __attribute__((noreturn));
H A Deh_personality.cc580 // object to stuff bits in for __cxa_call_unexpected to use.
649 // Cache the TType base value for __cxa_call_unexpected, as we won't
693 /* The ARM EABI implementation of __cxa_call_unexpected is in a
699 __cxa_call_unexpected (void *exc_obj_in)
698 __cxa_call_unexpected (void *exc_obj_in) function in namespace:__cxxabiv1
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dpr-support.c44 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
H A Dunwind-arm.c40 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
992 /* Record the RTTI list for __cxa_call_unexpected. */
1031 _Unwind_SetGR (context, R_PC, (_uw) &__cxa_call_unexpected);
/freebsd-10.0-release/contrib/libcxxrt/
H A Dexception.cc1333 extern "C" void __cxa_call_unexpected(void*exception)

Completed in 110 milliseconds