Home
last modified time | relevance | path

Searched refs:__get_exception_header_from_ue (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match()
100 __cxa_exception *header = __get_exception_header_from_ue(ue_header); in __cxa_begin_cleanup()
H A Deh_call.cc53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate()
82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected()
H A Deh_personality.cc290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception()
311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception()
428 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in PERSONALITY_FUNCTION()
758 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); in __cxa_call_unexpected()
H A Dunwind-cxx.h212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() function
375 __cxa_exception* header = __get_exception_header_from_ue (eo); in __gxx_caught_object()
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_arm.cc51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match()
100 __cxa_exception *header = __get_exception_header_from_ue(ue_header); in __cxa_begin_cleanup()
H A Deh_call.cc53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate()
82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected()
H A Deh_personality.cc290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception()
311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception()
428 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in PERSONALITY_FUNCTION()
755 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj); in __cxa_call_unexpected()
H A Dunwind-cxx.h212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() function
375 __cxa_exception* header = __get_exception_header_from_ue (eo); in __gxx_caught_object()
H A Deh_catch.cc46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20052009 (__get_exception_header_from_obj, __get_exception_header_from_ue):