HomeSort by relevance Sort by last modified time
    Searched refs:__cxa_exception (Results 1 - 10 of 10) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 113 void throwException(__cxa_exception *header) {
146 size_t size = thrown_size + sizeof(__cxa_exception);
147 __cxa_exception *buffer = static_cast<__cxa_exception*>(malloc(size));
155 memset(buffer, 0, sizeof(__cxa_exception));
160 __cxa_exception *exc = static_cast<__cxa_exception*>(thrown_exception)-1;
177 __cxa_exception* header = static_cast<__cxa_exception*>(thrown_exc)-1;
189 __cxa_exception* header = globals->caughtExceptions
    [all...]
personality.cc 72 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
92 __cxa_exception* exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
call_unexpected.cc 89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1;
136 __cxa_exception *header = reinterpret_cast<__cxa_exception*>(exc+1)-1;
154 __cxa_exception* header = globals->cleanupExceptions;
189 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions;
260 __cxa_exception* old_exception_header = 0;
264 old_exception_header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1
    [all...]
cxxabi_defines.h 278 struct __cxa_exception { struct
285 __cxa_exception* nextException;
294 __cxa_exception* nextCleanup;
307 __cxa_exception* caughtExceptions;
310 __cxa_exception* cleanupExceptions;
helper_func_internal.cc 173 __cxa_exception* exception_header = (__cxa_exception*)(unwind_exception+1) - 1;
207 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 282 struct __cxa_exception { struct
289 __cxa_exception* nextException;
298 __cxa_exception* nextCleanup;
311 __cxa_exception* caughtExceptions;
314 __cxa_exception* cleanupExceptions;
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 84 struct __cxa_exception;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 559 struct __cxa_exception;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 559 struct __cxa_exception;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 566 struct __cxa_exception;

Completed in 109 milliseconds