Searched refs:trap_handler (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dstack.s303 mov.l #trap_handler, er7 ; trap vector
378 trap_handler: label
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Dsh64.c567 trap_handler (SIM_CPU *current_cpu, int shmedia_abi_p, UQI trapnum, PCADDR pc) function
689 trap_handler (current_cpu, 1, (UQI) rm & 0xff, pc);
703 trap_handler (current_cpu, mach_sh5_p, trapnum, pc);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c1237 int trap_handler;
1258 trap_handler = lookup_attribute ("trap", func_attr) != NULL_TREE;
1259 if (trap_handler && is_far)
1263 trap_handler = 0;
1265 if (trap_handler)
1328 int trap_handler;
1338 trap_handler = lookup_attribute ("trap", func_attr) != NULL_TREE;
1347 && !trap_handler);
1349 if (trap_handler && from == ARG_POINTER_REGNUM)
1229 int trap_handler; local
1319 int trap_handler; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c1223 int trap_handler;
1244 trap_handler = lookup_attribute ("trap", func_attr) != NULL_TREE;
1245 if (trap_handler && is_far)
1249 trap_handler = 0;
1251 if (trap_handler)
1301 int trap_handler;
1311 trap_handler = lookup_attribute ("trap", func_attr) != NULL_TREE;
1320 && !trap_handler);
1322 if (trap_handler && from == ARG_POINTER_REGNUM)
1216 int trap_handler; local
1293 int trap_handler; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dcrt1.asm558 .string "trap_handler.c"
1109 .string "trap_handler.c"

Completed in 199 milliseconds