Lines Matching refs:__cxa_exception
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()
413 reinterpret_cast<__cxa_exception*>( in __cxa_get_exception_ptr()
429 __cxa_exception* header = in __cxa_decrement_exception_refcount()
430 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_decrement_exception_refcount()
440 __cxa_exception* header = in __cxa_increment_exception_refcount()
441 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_increment_exception_refcount()