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

  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 3 # hidden symbol '__cxa_begin_cleanup' in ./obj/local/armeabi/libgnustl_static.a(eh_arm.o)
9 # is built with libgnustl_static.a which provides __cxa_begin_cleanup and
14 # The fix is to unhide both __cxa_begin_cleanup and __cxa_type_match
  /external/libcxxabi/include/
cxxabi.h 50 extern bool __cxa_begin_cleanup(void * exceptionObject) throw();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h 50 extern bool __cxa_begin_cleanup(void * exceptionObject) throw();
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 109 bool __cxa_begin_cleanup(_Unwind_Exception*);
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 109 bool __cxa_begin_cleanup(_Unwind_Exception*);
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 134 __cxa_begin_cleanup(_Unwind_Exception* exc) { function in namespace:__cxxabiv1
helper_func_internal.cc 381 __cxa_begin_cleanup(exc);
  /external/libcxxabi/src/
cxa_exception.cpp 274 __cxa_begin_cleanup(void* unwind_arg) throw () function
319 // It seems that __cxa_begin_cleanup() is not called properly.
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 274 __cxa_begin_cleanup(void* unwind_arg) throw () function
319 // It seems that __cxa_begin_cleanup() is not called properly.
cxa_personality.cpp     [all...]

Completed in 78 milliseconds