Home
last modified time | relevance | path

Searched refs:_GCC_specific_handler (Results 1 – 3 of 3) sorted by relevance

/external/libunwind_llvm/include/
Dunwind.h389 extern EXCEPTION_DISPOSITION _GCC_specific_handler(EXCEPTION_RECORD *exc,
/external/libcxxabi/src/
Dcxa_personality.cpp30 extern "C" EXCEPTION_DISPOSITION _GCC_specific_handler(PEXCEPTION_RECORD,
1045 return _GCC_specific_handler(ms_exc, this_frame, ms_orig_context, ms_disp, in __gxx_personality_seh0()
/external/libunwind_llvm/src/
DUnwind-seh.cpp70 _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx, in _GCC_specific_handler() function