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

  /bionic/libc/kernel/uapi/linux/
seccomp.h 29 #define SECCOMP_RET_TRAP 0x00030000U
  /development/ndk/platforms/android-L/include/linux/
seccomp.h 29 #define SECCOMP_RET_TRAP 0x00030000U
  /external/kernel-headers/original/uapi/linux/
seccomp.h 22 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */
  /external/chromium_org/third_party/skia/experimental/webtry/
seccomp_bpf.h 42 # define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 40 err_(SECCOMP_RET_TRAP + Trap::MakeTrap(fnc, aux, safe)) {
errorcode_unittest.cc 29 SANDBOX_ASSERT((e3.err() & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP);
verifier.cc 373 case SECCOMP_RET_TRAP:
sandbox_bpf.cc 164 return (code.err() & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP ||
175 if (BPF_CLASS(insn->code) == BPF_RET && insn->k > SECCOMP_RET_TRAP &&
176 insn->k - SECCOMP_RET_TRAP <= SECCOMP_RET_DATA) {
    [all...]
linux_seccomp.h 116 #define SECCOMP_RET_TRAP 0x00030000U // Disallow and force a SIGSYS
codegen.cc 112 if ((iter->k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP) {

Completed in 1097 milliseconds