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

  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 30 #define SECCOMP_ARCH AUDIT_ARCH_I386
92 #define SECCOMP_ARCH AUDIT_ARCH_X86_64
127 #define SECCOMP_ARCH AUDIT_ARCH_ARM
194 #define SECCOMP_ARCH AUDIT_ARCH_MIPSEL
255 #define SECCOMP_ARCH AUDIT_ARCH_AARCH64
bpf_dsl_unittest.cc 53 SECCOMP_ARCH,
policy_compiler.cc 144 // If the architecture doesn't match SECCOMP_ARCH, disallow the
148 gen_.MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, SECCOMP_ARCH, passed,
  /external/libchrome/sandbox/linux/seccomp-bpf/
trap.cc 185 sigsys_nr_is_bad || sigsys.arch != SECCOMP_ARCH) {
233 SECCOMP_ARCH,

Completed in 2294 milliseconds