Home
last modified time | relevance | path

Searched refs:exception_handler (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Df221.s11 R0 = exception_handler (Z);
12 R0.H = exception_handler;
45 exception_handler: label
H A Dc_progctrl_except_rtx.S21 R0 = exception_handler (Z); // wr address of exception handler to MMR EVT3
22 R0.H = exception_handler;
83 exception_handler: label
H A Dc_except_illopcode.S22 R0 = exception_handler (Z); // wr address of exception handler to MMR EVT3
23 R0.H = exception_handler;
86 exception_handler: label
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dexception.c49 void exception_handler(unsigned, struct cpu_state *);
71 exception_handler(unsigned vector, struct cpu_state *st) in exception_handler() function
H A Dentry.S323 lis 11,exception_handler@ha
324 addi 11,11,exception_handler@l
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dnocrash.m4116 exception_handler (int sig)
124 signal (SIGSEGV, exception_handler);
127 signal (SIGBUS, exception_handler);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi4965 @item exception_handler
4966 @cindex @code{exception_handler} function attribute
4983 When used together with @code{interrupt_handler}, @code{exception_handler}
5017 @code{exception_handler} or @code{nmi_handler} to indicate that the function
H A Dgcc.info36708 'exception_handler'
36721 When used together with 'interrupt_handler', 'exception_handler' or
36746 'exception_handler' or 'nmi_handler' to indicate that the function
68745 * exception_handler function attribute: Blackfin Function Attributes.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi4585 @item exception_handler
4586 @cindex @code{exception_handler} function attribute
4603 When used together with @code{interrupt_handler}, @code{exception_handler}
4637 @code{exception_handler} or @code{nmi_handler} to indicate that the function
H A Dgcc.info33273 'exception_handler'
33286 When used together with 'interrupt_handler', 'exception_handler' or
33311 'exception_handler' or 'nmi_handler' to indicate that the function
65432 * exception_handler function attribute: Blackfin Function Attributes.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200525724 * doc/extend.texi (exception_handler, kspisusp, nesting, nmi_handler):