HomeSort by relevance Sort by last modified time
    Searched defs:sethandler (Results 1 - 15 of 15) sorted by null

  /external/linux-kselftest/tools/testing/selftests/x86/
iopl.c 25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
93 sethandler(SIGSEGV, sigsegv, 0);
ioperm.c 25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
57 sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
syscall_arg_fault.c 29 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
76 sethandler(SIGSEGV, sigsegv_or_sigbus, SA_ONSTACK);
82 sethandler(SIGBUS, sigsegv_or_sigbus, SA_ONSTACK);
83 sethandler(SIGILL, sigill, SA_ONSTACK);
syscall_nt.c 47 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
89 sethandler(SIGTRAP, sigtrap, 0);
single_step_syscall.c 42 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
126 sethandler(SIGTRAP, sigtrap, 0);
sysret_rip.c 50 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);
entry_from_vm86.c 31 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
240 sethandler(SIGILL, sighandler, 0);
245 sethandler(SIGILL, sighandler, 0);
285 sethandler(SIGILL, sighandler, 0);
296 sethandler(SIGILL, sighandler, 0);
335 sethandler(SIGSEGV, sighandler, 0);
mov_ss_trap.c 98 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
155 sethandler(SIGTRAP, sigtrap, 0);
174 sethandler(SIGSEGV, handle_and_return, SA_RESETHAND);
179 sethandler(SIGSEGV, handle_and_return, SA_RESETHAND);
189 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND);
196 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
202 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
213 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND);
225 sethandler(SIGILL, handle_and_longjmp, SA_RESETHAND);
258 sethandler(SIGSEGV, handle_and_longjmp, SA_RESETHAND | SA_ONSTACK)
    [all...]
fsgsbase.c 36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
374 sethandler(SIGSEGV, sigsegv, 0);
ptrace_syscall.c 96 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
158 sethandler(SIGUSR1, empty_handler, 0);
unwind_vdso.c 53 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
180 sethandler(SIGTRAP, sigtrap, 0);
ldt_gdt.c 509 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
551 sethandler(SIGSEGV, sigsegv, 0);
554 sethandler(SIGILL, sigsegv, 0);
sigreturn.c 152 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
540 sethandler(SIGUSR2, sigusr2, 0);
775 sethandler(SIGUSR1, sigusr1, 0);
776 sethandler(SIGTRAP, sigtrap, SA_ONSTACK);
827 sethandler(SIGSEGV, sigtrap, SA_ONSTACK);
828 sethandler(SIGBUS, sigtrap, SA_ONSTACK);
829 sethandler(SIGILL, sigtrap, SA_ONSTACK); /* 32-bit kernels do this */
test_vsyscall.c 39 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
462 sethandler(SIGTRAP, sigtrap, 0);
498 sethandler(SIGSEGV, sigsegv, 0);
  /external/python/cpython3/Modules/
pyexpat.c 1336 sethandler(xmlparseobject *self, PyObject *name, PyObject* v) function
    [all...]

Completed in 236 milliseconds