Searched refs:__get_exception_header_from_ue (Results 1 – 11 of 11) sorted by relevance
51 __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()
53 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()
290 __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()
212 __get_exception_header_from_ue (_Unwind_Exception *exc) in __get_exception_header_from_ue() function375 __cxa_exception* header = __get_exception_header_from_ue (eo); in __gxx_caught_object()
46 __cxa_exception *header = __get_exception_header_from_ue (exceptionObject); in __cxa_begin_catch()
290 __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()
2009 (__get_exception_header_from_obj, __get_exception_header_from_ue):