Lines Matching refs:action

101   EXCEPTION_DISPOSITION action = ExceptionContinueSearch; /* EXCEPTION_CONTINUE_SEARCH; */  in __mingw_SEH_error_handler()  local
115 action = 0; //EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
121 action = 0; // EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
124 action = 4; /* EXCEPTION_EXECUTE_HANDLER; */ in __mingw_SEH_error_handler()
135 action = 0; // EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
141 action = 0; // EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
144 action = 4; /* EXCEPTION_EXECUTE_HANDLER;*/ in __mingw_SEH_error_handler()
163 action = 0; // EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
169 action = 0; // EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
178 action = 0; // EXCEPTION_CONTINUE_EXECUTION; in __mingw_SEH_error_handler()
183 return action; in __mingw_SEH_error_handler()
199 long action = EXCEPTION_CONTINUE_SEARCH; in _gnu_exception_handler() local
220 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
226 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
239 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
245 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
266 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
272 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
282 action = EXCEPTION_CONTINUE_EXECUTION; in _gnu_exception_handler()
289 if (action == EXCEPTION_CONTINUE_SEARCH && __mingw_oldexcpt_handler) in _gnu_exception_handler()
290 action = (*__mingw_oldexcpt_handler)(exception_data); in _gnu_exception_handler()
291 return action; in _gnu_exception_handler()