Searched refs:__cxa_exception (Results 1 – 11 of 11) sorted by relevance
44 __cxa_exception*47 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()55 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception()65 __cxa_exception*76 return size + sizeof (__cxa_exception); in cxa_exception_size_from_exception_thrown_size()98 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()103 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()132 …__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()140 static LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()161 __cxa_exception* exception_header = static_cast<__cxa_exception*>(do_malloc(actual_size)); in __cxa_allocate_exception()[all …]
29 struct __cxa_exception { struct44 __cxa_exception *nextException; argument49 __cxa_exception* nextPropagatingException; argument82 __cxa_exception *nextException;87 __cxa_exception* nextPropagatingException;105 __cxa_exception * caughtExceptions;108 __cxa_exception* propagatingExceptions;
310 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in call_terminate()728 … __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab()770 … __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab()950 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __gxx_personality_sj0()975 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __gxx_personality_sj0()1204 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected()1209 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()1259 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()
90 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
32 __cxa_exception* exception_header = globals->caughtExceptions; in default_terminate_handler()
262 _GABIXX_NORETURN void throwException(__cxa_exception *header) { in throwException()298 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()299 …__cxa_exception *buffer = static_cast<__cxa_exception*>(memalign(__alignof__(__cxa_exception), siz… in __cxa_allocate_exception()307 ::memset(buffer, 0, sizeof(__cxa_exception)); in __cxa_allocate_exception()312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()328 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_exc)-1; in __cxa_throw()340 __cxa_exception* header = globals->caughtExceptions; in __cxa_rethrow()358 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(exception+1)-1; in __cxa_begin_catch()382 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()412 __cxa_exception* header = in __cxa_get_exception_ptr()[all …]
89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1; in __cxa_type_match()136 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1; in __cxa_begin_cleanup()154 __cxa_exception* header = globals->cleanupExceptions; in helper_end_cleanup()189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions; in __cxa_call_unexpected()260 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected()264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()293 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()
72 … __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;92 … __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
278 struct __cxa_exception { struct285 __cxa_exception* nextException; argument294 __cxa_exception* nextCleanup; argument307 __cxa_exception* caughtExceptions; argument310 __cxa_exception* cleanupExceptions;
173 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scanEHTable()207 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in scanEHTable()
90 struct __cxa_exception;