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

  /external/compiler-rt/lib/asan/
asan_interceptors.cc 245 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) {
246 CHECK(REAL(__cxa_throw));
248 REAL(__cxa_throw)(a, b, c);
728 INTERCEPT_FUNCTION(__cxa_throw);
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 93 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 332 void __cxa_throw(void* thrown_exception, std::type_info* tinfo, void (*dest)(void*));
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 174 extern "C" void __cxa_throw(void* thrown_exc, function in namespace:__cxxabiv1
  /external/elfutils/tests/
run-strings-test.sh 267 testfile6: 4fa __cxa_throw
310 testfile7: 4fa __cxa_throw
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 603 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h 603 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h 610 __cxa_throw(void*, std::type_info*, void (_GLIBCXX_CDTOR_CALLABI *) (void *))

Completed in 204 milliseconds