Searched refs:exception_header (Results 1 – 4 of 4) sorted by relevance
53 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception() argument55 return static_cast<void*>(exception_header + 1); in thrown_object_from_cxa_exception()135 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func() local137 std::__terminate(exception_header->terminateHandler); in exception_cleanup_func()143 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw() argument151 (void) __cxa_begin_catch(&exception_header->unwindHeader); in failed_throw()152 std::__terminate(exception_header->terminateHandler); in failed_throw()193 __cxa_exception *exception_header = in __cxa_allocate_exception() local195 ::memset(exception_header, 0, actual_size); in __cxa_allocate_exception()196 return thrown_object_from_cxa_exception(exception_header); in __cxa_allocate_exception()[all …]
47 __cxa_exception* exception_header = globals->caughtExceptions; in demangling_terminate_handler() local48 if (!exception_header) in demangling_terminate_handler()52 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in demangling_terminate_handler()60 ((__cxa_dependent_exception*)exception_header)->primaryException : in demangling_terminate_handler()61 exception_header + 1; in demangling_terminate_handler()63 static_cast<const __shim_type_info*>(exception_header->exceptionType); in demangling_terminate_handler()
82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate() local83 if (exception_header) in terminate()86 reinterpret_cast<_Unwind_Exception*>(exception_header + 1) - 1; in terminate()88 __terminate(exception_header->terminateHandler); in terminate()
336 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in call_terminate() local337 std::__terminate(exception_header->terminateHandler); in call_terminate()761 … __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab() local764 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()792 … __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab() local795 static_cast<const __shim_type_info*>(exception_header->exceptionType); in scan_eh_tab()934 __cxa_exception* exception_header = in __gxx_personality_imp() local936 results.ttypeIndex = exception_header->handlerSwitchValue; in __gxx_personality_imp()937 results.actionRecord = exception_header->actionRecord; in __gxx_personality_imp()938 results.languageSpecificData = exception_header->languageSpecificData; in __gxx_personality_imp()[all …]