Home
last modified time | relevance | path

Searched refs:SECCOMP_ARCH (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h30 #define SECCOMP_ARCH AUDIT_ARCH_I386 macro
92 #define SECCOMP_ARCH AUDIT_ARCH_X86_64 macro
127 #define SECCOMP_ARCH AUDIT_ARCH_ARM macro
194 #define SECCOMP_ARCH AUDIT_ARCH_MIPSEL macro
255 #define SECCOMP_ARCH AUDIT_ARCH_AARCH64 macro
Dpolicy_compiler.cc148 gen_.MakeInstruction(BPF_JMP + BPF_JEQ + BPF_K, SECCOMP_ARCH, passed, in CheckArch()
Dbpf_dsl_unittest.cc53 SECCOMP_ARCH, in FakeSyscall()
/external/libchrome/sandbox/linux/seccomp-bpf/
Dtrap.cc185 sigsys_nr_is_bad || sigsys.arch != SECCOMP_ARCH) { in SigSys()
233 SECCOMP_ARCH, in SigSys()