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

  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 42 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
104 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
142 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
216 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
269 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
dump_bpf.cc 68 case SECCOMP_NR_IDX:
policy_compiler.cc 197 BPF_LD + BPF_W + BPF_ABS, SECCOMP_NR_IDX, CheckSyscallNumber(jumptable));

Completed in 229 milliseconds