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 147 sigsys.arch != SECCOMP_ARCH) {
172 SECCOMP_ARCH,
verifier.cc 382 static_cast<uint32_t>(SECCOMP_ARCH) };
sandbox_bpf.cc 542 // If the architecture doesn't match SECCOMP_ARCH, disallow the
548 gen->MakeInstruction(BPF_JMP+BPF_JEQ+BPF_K, SECCOMP_ARCH,
    [all...]

Completed in 2109 milliseconds