Lines Matching refs:__cxa_exception
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()
268 reinterpret_cast<__cxa_exception*>( in __cxa_get_exception_ptr()
283 __cxa_exception* header = in __cxa_decrement_exception_refcount()
284 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_decrement_exception_refcount()
293 __cxa_exception* header = in __cxa_increment_exception_refcount()
294 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_increment_exception_refcount()