Searched refs:__cxa_exception (Results 1 – 5 of 5) sorted by relevance
111 void throwException(__cxa_exception *header) { in throwException()152 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()153 __cxa_exception *buffer = static_cast<__cxa_exception*>(malloc(size)); in __cxa_allocate_exception()161 memset(buffer, 0, sizeof(__cxa_exception)); in __cxa_allocate_exception()166 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1; in __cxa_free_exception()183 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_exc)-1; in __cxa_throw()195 __cxa_exception* header = globals->caughtExceptions; in __cxa_rethrow()213 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(exception+1)-1; in __cxa_begin_catch()237 __cxa_exception *header = globals->caughtExceptions; in __cxa_end_catch()267 __cxa_exception* header = in __cxa_get_exception_ptr()[all …]
88 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1; in __cxa_type_match()135 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1; in __cxa_begin_cleanup()153 __cxa_exception* header = globals->cleanupExceptions; in helper_end_cleanup()188 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()220 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions; in __cxa_call_unexpected()259 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected()263 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in __cxa_call_unexpected()292 __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;
177 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scanEHTable()211 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1; in scanEHTable()
281 struct __cxa_exception { struct288 __cxa_exception* nextException; argument297 __cxa_exception* nextCleanup; argument310 __cxa_exception* caughtExceptions; argument313 __cxa_exception* cleanupExceptions;