HomeSort by relevance Sort by last modified time
    Searched refs:__cxa_begin_cleanup (Results 1 - 5 of 5) 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
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 99 bool __cxa_begin_cleanup(_Unwind_Exception*);
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 338 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 380 __cxa_begin_cleanup(exc);

Completed in 525 milliseconds