OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_begin_catch
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
192
__cxa_begin_catch
(unwind_exception); // unexpected is also a handler
208
__cxa_begin_catch
(unwind_exception); // unexpected is also a handler
254
__cxa_begin_catch
(unwind_exception); // unexpected is also a handler
313
__cxa_begin_catch
(&new_exception_header->unwindHeader);
cxxabi.cc
211
extern "C" void*
__cxa_begin_catch
(void* exc) {
function in namespace:__cxxabiv1
helper_func_internal.cc
57
__cxa_begin_catch
(unwind_exception); // terminate is also a handler
/ndk/sources/cxx-stl/gabi++/include/
cxxabi.h
334
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;
Completed in 88 milliseconds