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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 104 #define SECCOMP_ARCH AUDIT_ARCH_I386
131 #define SECCOMP_ARCH AUDIT_ARCH_X86_64
166 #define SECCOMP_ARCH AUDIT_ARCH_ARM
trap.cc 153 sigsys.arch != SECCOMP_ARCH) {
185 sigsys.nr, SECCOMP_ARCH, reinterpret_cast<uint64_t>(sigsys.ip),
verifier.cc 378 static_cast<uint32_t>(SECCOMP_ARCH)};
sandbox_bpf.cc 557 // If the architecture doesn't match SECCOMP_ARCH, disallow the
565 SECCOMP_ARCH,
    [all...]

Completed in 2759 milliseconds