Home | History | Annotate | Download | only in src

Lines Matching refs:__cxa_exception

262   _GABIXX_NORETURN void throwException(__cxa_exception *header) {
298 size_t size = thrown_size + sizeof(__cxa_exception);
299 __cxa_exception *buffer = static_cast<__cxa_exception*>(memalign(__alignof__(__cxa_exception), size));
307 ::memset(buffer, 0, sizeof(__cxa_exception));
312 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
328 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_exc)-1;
340 __cxa_exception* header = globals->caughtExceptions;
358 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(exception+1)-1;
382 __cxa_exception *header = globals->caughtExceptions;
412 __cxa_exception* header =
413 reinterpret_cast<__cxa_exception*>(
429 __cxa_exception* header =
430 reinterpret_cast<__cxa_exception*>(exceptionObject)-1;
440 __cxa_exception* header =
441 reinterpret_cast<__cxa_exception*>(exceptionObject)-1;