#include <exception>
#include <cstdlib>
#include "unwind-cxx.h"
#include "bits/c++config.h"
#include "bits/gthr.h"
Include dependency graph for eh_globals.cc:
Go to the source code of this file.
Functions | |
__cxa_eh_globals * | __cxa_get_globals_fast () |
__cxa_eh_globals * | __cxa_get_globals () |
Variables | |
__cxa_eh_globals | globals_static |
|
Definition at line 86 of file eh_globals.cc. References __cxxabiv1::__cxa_eh_globals::caughtExceptions, globals_static, malloc(), std::terminate(), and __cxxabiv1::__cxa_eh_globals::uncaughtExceptions. Referenced by __cxxabiv1::__cxa_begin_catch(), __cxxabiv1::__cxa_rethrow(), __cxxabiv1::__cxa_throw(), and std::uncaught_exception(). |
|
Definition at line 73 of file eh_globals.cc. References globals_static. Referenced by __cxxabiv1::__cxa_call_unexpected(), __cxxabiv1::__cxa_end_catch(), and __cxxabiv1::uncatch_exception::uncatch_exception(). |
|
Definition at line 41 of file eh_globals.cc. Referenced by __cxxabiv1::__cxa_get_globals(), and __cxxabiv1::__cxa_get_globals_fast(). |