HomeSort by relevance Sort by last modified time
    Searched full:sigsys (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/strace/linux/alpha/
signalent.h 13 "SIGSYS", /* 12 */
  /external/strace/linux/mips/
signalent.h 13 "SIGSYS", /* 12 */
  /external/strace/linux/sparc/
signalent.h 13 "SIGSYS", /* 12 */
signalent1.h 13 "SIGSYS", /* 12 */
  /external/strace/linux/sparc64/
signalent.h 13 "SIGSYS", /* 12 */
signalent2.h 13 "SIGSYS", /* 12 */
  /external/strace/linux/hppa/
signalent.h 13 "SIGSYS", /* 12 */
  /external/strace/linux/
signalent.h 32 "SIGSYS", /* 31 */
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 82 // Set new SIGSYS handler
87 if (sigaction(SIGSYS, &sa, &old_sa) < 0) {
88 SANDBOX_DIE("Failed to configure SIGSYS handler");
93 "Existing signal handler when trying to install SIGSYS. SIGSYS needs "
99 // Unmask SIGSYS
101 if (sigemptyset(&mask) || sigaddset(&mask, SIGSYS) ||
103 SANDBOX_DIE("Failed to configure SIGSYS handler");
128 global_trap_->SigSys(nr, info, void_context);
131 void Trap::SigSys(int nr, siginfo_t* info, void* void_context)
157 struct arch_sigsys sigsys; local
    [all...]
trap.h 27 // raising a SIGSYS signal.
51 // Registers a new trap handler and sets up the appropriate SIGSYS handler
57 // Enables support for unsafe traps in the SIGSYS signal handler. This is a
87 // object. It'll break subsequent system calls that trigger a SIGSYS.
100 // Make sure that SigSys is not inlined in order to get slightly better crash
102 void SigSys(int nr, siginfo_t* info, void* void_context)
107 // We have a global singleton that handles all of our SIGSYS traps. This
109 // there is no way to reset in-kernel BPF filters that generate SIGSYS
  /cts/tests/tests/security/jni/
android_security_cts_SeccompDeathTestService.cpp 23 kill(getpid(), SIGSYS);
  /external/compiler-rt/test/tsan/
sigsuspend.cc 22 const int kSignalToTest = SIGSYS;
  /external/strace/linux/ia64/
signalent.h 32 "SIGSYS", /* 31 */
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 59 _exit(0); // should crash with SIGSYS
79 return WIFSIGNALED(status) && (WTERMSIG(status) == SIGSYS);
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
signal.pxd 35 enum: SIGSYS
  /external/chromium_org/third_party/skia/experimental/webtry/
seccomp_bpf.h 42 # define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */
  /external/kernel-headers/original/uapi/linux/
seccomp.h 22 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */
  /external/ltrace/sysdeps/linux-gnu/aarch64/
signalent.h 52 "SIGSYS", /* 31 */
  /external/ltrace/sysdeps/linux-gnu/alpha/
signalent.h 33 "SIGSYS", /* 12 */
  /external/ltrace/sysdeps/linux-gnu/arm/
signalent.h 52 "SIGSYS", /* 31 */
  /external/ltrace/sysdeps/linux-gnu/cris/
signalent.h 52 "SIGSYS", /* 31 */
  /external/ltrace/sysdeps/linux-gnu/ia64/
signalent.h 52 "SIGSYS", /* 31 */
  /external/ltrace/sysdeps/linux-gnu/m68k/
signalent.h 52 "SIGSYS", /* 31 */
  /external/ltrace/sysdeps/linux-gnu/metag/
signalent.h 52 "SIGSYS", /* 31 */
  /external/ltrace/sysdeps/linux-gnu/mips/
signalent.h 33 "SIGSYS", /* 12 */

Completed in 1689 milliseconds

1 2 3 4 5 6 7 8 9