OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_get_globals_fast
(Results
1 - 7
of
7
) sorted by null
/external/libcxxabi/src/
cxa_exception_storage.cpp
24
__cxa_eh_globals *
__cxa_get_globals_fast
() { return &eh_globals; }
function
41
__cxa_eh_globals *
__cxa_get_globals_fast
() { return __globals (); }
74
__cxa_eh_globals* retVal =
__cxa_get_globals_fast
();
92
__cxa_eh_globals *
__cxa_get_globals_fast
() {
function
95
abort_message("execute once failure in
__cxa_get_globals_fast
()");
cxa_handlers.cpp
79
__cxa_eh_globals* globals =
__cxa_get_globals_fast
();
cxa_exception.hpp
113
extern "C" _LIBCXXABI_FUNC_VIS __cxa_eh_globals *
__cxa_get_globals_fast
();
cxa_default_handlers.cpp
31
__cxa_eh_globals* globals =
__cxa_get_globals_fast
();
cxa_exception.cpp
496
__cxa_eh_globals* globals =
__cxa_get_globals_fast
(); // __cxa_get_globals called in __cxa_begin_catch
562
__cxa_eh_globals *globals =
__cxa_get_globals_fast
();
667
We can use
__cxa_get_globals_fast
here to get the globals because if there have
673
__cxa_eh_globals* globals =
__cxa_get_globals_fast
();
749
__cxa_eh_globals* globals =
__cxa_get_globals_fast
();
cxa_personality.cpp
[
all
...]
/external/libcxxabi/test/
test_exception_storage.pass.cpp
30
glob2 = __cxxabiv1::
__cxa_get_globals_fast
();
Completed in 893 milliseconds