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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 116 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
143 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
181 #define SECCOMP_NR_IDX (offsetof(struct arch_seccomp_data, nr))
sandbox_bpf.cc 591 gen->MakeInstruction(BPF_LD + BPF_W + BPF_ABS, SECCOMP_NR_IDX);
    [all...]

Completed in 30 milliseconds