HomeSort by: relevance | last modified time | path
    Searched defs:catcher (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
cxx-exception.cc 25 catcher (int x) function
37 catcher (x);
42 catcher (y);
cxx-exception.cc 25 catcher (int x) function
37 catcher (x);
42 catcher (y);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
cxx-exception.cc 25 catcher (int x) function
37 catcher (x);
42 catcher (y);
cxx-exception.cc 25 catcher (int x) function
37 catcher (x);
42 catcher (y);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
exception.cc 35 int catcher (int x) function
48 catcher (x);
56 catcher (x);
61 catcher (y);
exception.cc 35 int catcher (int x) function
48 catcher (x);
56 catcher (x);
61 catcher (y);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
exception.cc 35 int catcher (int x) function
48 catcher (x);
56 catcher (x);
61 catcher (y);
exception.cc 35 int catcher (int x) function
48 catcher (x);
56 catcher (x);
61 catcher (y);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
savedregs.c 40 catcher (int sig) function
67 signal (SIGILL, catcher);
68 signal (SIGSEGV, catcher);
savedregs.c 40 catcher (int sig) function
67 signal (SIGILL, catcher);
68 signal (SIGSEGV, catcher);
sigaltstack.c 29 void catcher (int signal);
39 act.sa_handler = catcher;
57 catcher (int signal) function
95 catcher (0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
savedregs.c 40 catcher (int sig) function
67 signal (SIGILL, catcher);
68 signal (SIGSEGV, catcher);
savedregs.c 40 catcher (int sig) function
67 signal (SIGILL, catcher);
68 signal (SIGSEGV, catcher);
sigaltstack.c 29 void catcher (int signal);
39 act.sa_handler = catcher;
57 catcher (int signal) function
95 catcher (0);
  /src/sys/arch/alpha/alpha/
compat_16_machdep.c 112 sig_t catcher = SIGACTION(p, sig).sa_handler; local
197 buildcontext(l,(void *)catcher,
203 buildcontext(l,(void *)catcher,
226 printf("sendsig(%d): pc %lx, catcher %lx\n", p->p_pid,
compat_16_machdep.c 112 sig_t catcher = SIGACTION(p, sig).sa_handler; local
197 buildcontext(l,(void *)catcher,
203 buildcontext(l,(void *)catcher,
226 printf("sendsig(%d): pc %lx, catcher %lx\n", p->p_pid,
  /src/sys/arch/amd64/amd64/
netbsd32_machdep_16.c 90 sig_t catcher = SIGACTION(p, sig).sa_handler; local
169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
netbsd32_machdep_16.c 90 sig_t catcher = SIGACTION(p, sig).sa_handler; local
169 netbsd32_buildcontext(l, tf, fp, catcher, onstack);
  /src/sys/arch/arm/arm/
compat_16_machdep.c 93 sig_t catcher = SIGACTION(p, sig).sa_handler; local
167 tf->tf_pc = (int)catcher;
169 if (((int) catcher) & 1)
compat_16_machdep.c 93 sig_t catcher = SIGACTION(p, sig).sa_handler; local
167 tf->tf_pc = (int)catcher;
169 if (((int) catcher) & 1)
  /src/sys/arch/mips/mips/
sig_machdep.c 97 const sig_t catcher = SIGACTION(p, signo).sa_handler; local
130 tf->tf_regs[_R_PC] = (intptr_t)catcher;
131 tf->tf_regs[_R_T9] = (intptr_t)catcher;
  /src/sys/arch/powerpc/powerpc/
compat_16_machdep.c 101 sig_t catcher = SIGACTION(p, sig).sa_handler; local
180 tf->tf_lr = (register_t)catcher;
190 tf->tf_lr = (register_t)catcher;
  /src/sys/arch/riscv/riscv/
sig_machdep.c 91 const sig_t catcher = SIGACTION(p, signo).sa_handler; local
132 tf->tf_pc = (intptr_t)catcher;
  /src/sys/arch/sh3/sh3/
compat_16_machdep.c 101 sig_t catcher = SIGACTION(p, sig).sa_handler; local
174 tf->tf_spc = (int)catcher;
  /src/sys/compat/freebsd/
freebsd_machdep.c 86 sig_t catcher = SIGACTION(p, sig).sa_handler; local
98 frame.sf_handler = catcher;

Completed in 82 milliseconds

1 2 3 4 5