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

  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 193 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
209 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
255 __cxa_begin_catch(unwind_exception); // unexpected is also a handler
314 __cxa_begin_catch(&new_exception_header->unwindHeader);
cxxabi.cc 206 extern "C" void* __cxa_begin_catch(void* exc) { function in namespace:__cxxabiv1
helper_func_internal.cc 53 __cxa_begin_catch(unwind_exception); // terminate is also a handler
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 96 void* __cxa_begin_catch(void* exceptionObject);
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 335 void* __cxa_begin_catch(void* exceptionObject);
  /external/elfutils/tests/
run-strings-test.sh 273 testfile6: 595 __cxa_begin_catch
316 testfile7: 595 __cxa_begin_catch
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 611 __cxa_begin_catch(void*) _GLIBCXX_NOTHROW;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 611 __cxa_begin_catch(void*) _GLIBCXX_NOTHROW;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 618 __cxa_begin_catch(void*) _GLIBCXX_NOTHROW;

Completed in 1027 milliseconds