Home
last modified time | relevance | path

Searched refs:__cxa_eh_globals (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc80 static __cxa_eh_globals* getFast() { in getFast()
82 return reinterpret_cast<__cxa_eh_globals*>(obj); in getFast()
85 static __cxa_eh_globals* getSlow() { in getSlow()
88 obj = malloc(sizeof(__cxa_eh_globals)); in getSlow()
94 memset(obj, 0, sizeof(__cxa_eh_globals)); in getSlow()
97 return reinterpret_cast<__cxa_eh_globals*>(obj); in getSlow()
114 __cxa_eh_globals* globals = __cxa_get_globals(); in throwException()
136 extern "C" __cxa_eh_globals* __cxa_get_globals() { in __cxa_get_globals()
140 extern "C" __cxa_eh_globals* __cxa_get_globals_fast() { in __cxa_get_globals_fast()
188 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_rethrow()
[all …]
Dcall_unexpected.cc135 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_begin_cleanup()
153 __cxa_eh_globals *globals = __cxa_get_globals(); in helper_end_cleanup()
292 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in __cxa_call_unexpected()
Dexception.cc82 __cxa_eh_globals* globals = __cxa_get_globals(); in uncaught_exception()
Dcxxabi_defines.h306 struct __cxa_eh_globals { struct
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h85 struct __cxa_eh_globals;
87 __cxa_eh_globals* __cxa_get_globals();
88 __cxa_eh_globals* __cxa_get_globals_fast();