Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp43 __cxa_exception*
46 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()
54 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception()
64 __cxa_exception*
78 return aligned_allocation_size(size + sizeof (__cxa_exception), in cxa_exception_size_from_exception_thrown_size()
79 alignof(__cxa_exception)); in cxa_exception_size_from_exception_thrown_size()
116 static inline int incrementHandlerCount(__cxa_exception *exception) { in incrementHandlerCount()
121 static inline int decrementHandlerCount(__cxa_exception *exception) { in decrementHandlerCount()
136__cxa_exception* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception… in exception_cleanup_func()
144 static _LIBCXXABI_NORETURN void failed_throw(__cxa_exception* exception_header) { in failed_throw()
[all …]
Dcxa_exception.hpp31 struct _LIBCXXABI_HIDDEN __cxa_exception { struct
46 __cxa_exception *nextException; argument
51 __cxa_exception* nextPropagatingException; argument
83 __cxa_exception *nextException;
88 __cxa_exception* nextPropagatingException;
105 __cxa_exception * caughtExceptions;
108 __cxa_exception* propagatingExceptions;
Dcxa_personality.cpp323 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in call_terminate()
750__cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab()
792__cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in scan_eh_tab()
976 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __gxx_personality_imp()
1001 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __gxx_personality_imp()
1208 __cxa_exception* old_exception_header = 0; in __cxa_call_unexpected()
1213 old_exception_header = (__cxa_exception*)(unwind_exception+1) - 1; in __cxa_call_unexpected()
1263 __cxa_exception* new_exception_header = globals->caughtExceptions; in __cxa_call_unexpected()
Dcxa_handlers.cpp82 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
Dcxa_default_handlers.cpp34 __cxa_exception* exception_header = globals->caughtExceptions; in demangling_terminate_handler()