Home
last modified time | relevance | path

Searched refs:exc_handler (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/arch/mips/include/asm/
Du-boot-mips.h6 void exc_handler(void);
/external/python/cpython3/Modules/
Dfaulthandler.c57 void *exc_handler; member
475 assert(fatal_error.exc_handler == NULL); in faulthandler_enable()
476 fatal_error.exc_handler = AddVectoredExceptionHandler(1, faulthandler_exc_handler); in faulthandler_enable()
527 if (fatal_error.exc_handler != NULL) { in faulthandler_disable()
528 RemoveVectoredExceptionHandler(fatal_error.exc_handler); in faulthandler_disable()
529 fatal_error.exc_handler = NULL; in faulthandler_disable()
/external/u-boot/arch/m68k/lib/
Dtraps.c34 void exc_handler(struct pt_regs *fp) { in exc_handler() function
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dstart.S245 bsr exc_handler
/external/u-boot/arch/m68k/cpu/mcf530x/
Dstart.S247 bsr exc_handler
/external/u-boot/arch/m68k/cpu/mcf523x/
Dstart.S242 bsr exc_handler
/external/u-boot/arch/m68k/cpu/mcf532x/
Dstart.S257 bsr exc_handler
/external/libpcap/
Dpcap-dos.c764 static void exc_handler (int sig) in exc_handler() function
813 setup_signals (exc_handler); in first_init()
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dstart.S324 bsr exc_handler
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_proactor_events.py257 exc_handler = mock.Mock()
258 self.loop.set_exception_handler(exc_handler)
267 exc_handler.assert_not_called()
Dtest_tasks.py2443 self.loop.call_exception_handler = exc_handler = mock.Mock()
2457 exc_handler.assert_called_once()
2458 exc = exc_handler.call_args[0][0]['exception']
2470 self.loop.call_exception_handler = exc_handler = mock.Mock()
2483 exc_handler.assert_called_once()
2484 exc = exc_handler.call_args[0][0]['exception']
/external/u-boot/arch/m68k/cpu/mcf5227x/
Dstart.S477 bsr exc_handler
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dstart.S606 bsr exc_handler