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

  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_arg_fault.c 29 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
76 sethandler(SIGSEGV, sigsegv, SA_ONSTACK);
77 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);
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);
iopl.c 25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
93 sethandler(SIGSEGV, sigsegv, 0);
entry_from_vm86.c 31 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);
ioperm.c 25 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
57 sethandler(SIGSEGV, sigsegv, SA_RESETHAND);
single_step_syscall.c 42 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
124 sethandler(SIGTRAP, sigtrap, 0);
sigreturn.c 152 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 */
unwind_vdso.c 53 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
180 sethandler(SIGTRAP, sigtrap, 0);
test_vsyscall.c 36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
457 sethandler(SIGTRAP, sigtrap, 0);
492 sethandler(SIGSEGV, sigsegv, 0);
fsgsbase.c 36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
374 sethandler(SIGSEGV, sigsegv, 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);
ptrace_syscall.c 96 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), function
158 sethandler(SIGUSR1, empty_handler, 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c     [all...]
  /external/python/cpython2/Modules/
pyexpat.c     [all...]
  /external/python/cpython3/Modules/
pyexpat.c 1338 sethandler(xmlparseobject *self, PyObject *name, PyObject* v) function
    [all...]

Completed in 139 milliseconds