Home
last modified time | relevance | path

Searched refs:SECCOMP_ARCH_IDX (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h43 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch)) macro
105 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch)) macro
143 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch)) macro
217 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch)) macro
270 #define SECCOMP_ARCH_IDX (offsetof(struct arch_seccomp_data, arch)) macro
Ddump_bpf.cc70 case SECCOMP_ARCH_IDX: in DataOffsetName()
Dpolicy_compiler.cc147 BPF_LD + BPF_W + BPF_ABS, SECCOMP_ARCH_IDX, in CheckArch()