HomeSort by: relevance | last modified time | path
    Searched refs:gcc_exc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-seh.c 203 struct _Unwind_Exception *gcc_exc
228 ms_exc, gcc_exc, ms_orig_context,
243 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) gcc_exc->private_[0];
244 void *stop_argument = (void *) gcc_exc->private_[4];
248 stop (1, gcc_action, gcc_exc->exception_class, gcc_exc,
267 gcc_reason = gcc_per (1, gcc_action, gcc_exc->exception_class,
268 gcc_exc, &gcc_context);
292 gcc_reason = gcc_per (1, _UA_SEARCH_PHASE, gcc_exc->exception_class,
293 gcc_exc, &gcc_context)
200 struct _Unwind_Exception *gcc_exc local
225 ms_exc, gcc_exc, ms_orig_context, local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c 203 struct _Unwind_Exception *gcc_exc
228 ms_exc, gcc_exc, ms_orig_context,
243 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) gcc_exc->private_[0];
244 void *stop_argument = (void *) gcc_exc->private_[4];
248 stop (1, gcc_action, gcc_exc->exception_class, gcc_exc,
267 gcc_reason = gcc_per (1, gcc_action, gcc_exc->exception_class,
268 gcc_exc, &gcc_context);
292 gcc_reason = gcc_per (1, _UA_SEARCH_PHASE, gcc_exc->exception_class,
293 gcc_exc, &gcc_context)
200 struct _Unwind_Exception *gcc_exc local
225 ms_exc, gcc_exc, ms_orig_context, local
    [all...]

Completed in 16 milliseconds