HomeSort by: relevance | last modified time | path
    Searched defs:exception_handler (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
f221.s 11 R0 = exception_handler (Z);
12 R0.H = exception_handler;
45 exception_handler: label
c_progctrl_except_rtx.S 21 R0 = exception_handler (Z); // wr address of exception handler to MMR EVT3
22 R0.H = exception_handler;
83 exception_handler: label
c_except_illopcode.S 22 R0 = exception_handler (Z); // wr address of exception handler to MMR EVT3
23 R0.H = exception_handler;
86 exception_handler: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
f221.s 11 R0 = exception_handler (Z);
12 R0.H = exception_handler;
45 exception_handler: label
c_progctrl_except_rtx.S 21 R0 = exception_handler (Z); // wr address of exception handler to MMR EVT3
22 R0.H = exception_handler;
83 exception_handler: label
c_except_illopcode.S 22 R0 = exception_handler (Z); // wr address of exception handler to MMR EVT3
23 R0.H = exception_handler;
86 exception_handler: label
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-missing-debug.py 92 class exception_handler(MissingDebugHandler): class in inherits:MissingDebugHandler
94 super().__init__("exception_handler")
118 rhandler = exception_handler()
py-missing-objfile.py 132 class exception_handler(MissingObjfileHandler): class in inherits:MissingObjfileHandler
134 super().__init__("exception_handler")
164 rhandler = exception_handler()
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-missing-debug.py 92 class exception_handler(MissingDebugHandler): class in inherits:MissingDebugHandler
94 super().__init__("exception_handler")
118 rhandler = exception_handler()
py-missing-objfile.py 132 class exception_handler(MissingObjfileHandler): class in inherits:MissingObjfileHandler
134 super().__init__("exception_handler")
164 rhandler = exception_handler()
  /src/sys/arch/sandpoint/stand/altboot/
exception.c 49 void exception_handler(unsigned, struct cpu_state *);
71 exception_handler(unsigned vector, struct cpu_state *st) function

Completed in 16 milliseconds