Searched refs:sethandler (Results 1 - 15 of 15) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c29 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
76 sethandler(SIGSEGV, sigsegv, SA_ONSTACK);
77 sethandler(SIGILL, sigill, SA_ONSTACK);
H A Dsyscall_nt.c47 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
89 sethandler(SIGTRAP, sigtrap, 0);
H A Dsysret_rip.c50 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
107 sethandler(SIGSEGV, sigsegv_for_sigreturn_test, SA_RESETHAND);
177 sethandler(SIGUSR1, sigusr1, 0);
183 sethandler(SIGSEGV, sigsegv_for_fallthrough, 0);
H A Diopl.c25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
93 sethandler(SIGSEGV, sigsegv, 0);
H A Dentry_from_vm86.c31 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
236 sethandler(SIGILL, sighandler, 0);
241 sethandler(SIGILL, sighandler, 0);
278 sethandler(SIGILL, sighandler, 0);
289 sethandler(SIGILL, sighandler, 0);
311 sethandler(SIGSEGV, sighandler, 0);
H A Dioperm.c25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
57 sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
H A Dsingle_step_syscall.c42 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
124 sethandler(SIGTRAP, sigtrap, 0);
H A Dsigreturn.c152 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
540 sethandler(SIGUSR2, sigusr2, 0);
762 sethandler(SIGUSR1, sigusr1, 0);
763 sethandler(SIGTRAP, sigtrap, SA_ONSTACK);
814 sethandler(SIGSEGV, sigtrap, SA_ONSTACK);
815 sethandler(SIGBUS, sigtrap, SA_ONSTACK);
816 sethandler(SIGILL, sigtrap, SA_ONSTACK); /* 32-bit kernels do this */
H A Dunwind_vdso.c53 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
180 sethandler(SIGTRAP, sigtrap, 0);
H A Dtest_vsyscall.c36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
457 sethandler(SIGTRAP, sigtrap, 0);
492 sethandler(SIGSEGV, sigsegv, 0);
H A Dfsgsbase.c36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
374 sethandler(SIGSEGV, sigsegv, 0);
H A Dldt_gdt.c509 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
551 sethandler(SIGSEGV, sigsegv, 0);
554 sethandler(SIGILL, sigsegv, 0);
H A Dptrace_syscall.c96 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
158 sethandler(SIGUSR1, empty_handler, 0);
/external/python/cpython2/Modules/
H A Dpyexpat.c1518 sethandler(xmlparseobject *self, const char *name, PyObject* v)
1672 if (sethandler(self, name, v)) {
/external/python/cpython3/Modules/
H A Dpyexpat.c1338 sethandler(xmlparseobject *self, PyObject *name, PyObject* v) function
1485 if (sethandler(self, name, v)) {

Completed in 200 milliseconds