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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
seccomp.h 32 * struct seccomp_data - the format the BPF program executes over.
40 struct seccomp_data { struct
  /external/minijail/
bpf.h 55 struct seccomp_data { struct
62 #define syscall_nr (offsetof(struct seccomp_data, nr))
63 #define arch_nr (offsetof(struct seccomp_data, arch))
78 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
94 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)])
95 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32)
  /bionic/libc/kernel/uapi/linux/
seccomp.h 42 struct seccomp_data { struct
  /external/kernel-headers/original/uapi/linux/
seccomp.h 47 * struct seccomp_data - the format the BPF program executes over.
55 struct seccomp_data { struct
  /external/compiler-rt/test/asan/TestCases/Linux/
read_binary_name_regtest.c 21 #define syscall_nr (offsetof(struct seccomp_data, nr))
  /external/strace/tests/
prctl-seccomp-filter-v.c 77 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
108 (unsigned) offsetof(struct seccomp_data, nr));
seccomp-filter-v.c 77 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
183 (unsigned) offsetof(struct seccomp_data, nr));
  /external/strace/tests-m32/
prctl-seccomp-filter-v.c 77 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
108 (unsigned) offsetof(struct seccomp_data, nr));
seccomp-filter-v.c 77 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
183 (unsigned) offsetof(struct seccomp_data, nr));
  /external/strace/tests-mx32/
prctl-seccomp-filter-v.c 77 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
108 (unsigned) offsetof(struct seccomp_data, nr));
seccomp-filter-v.c 77 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
183 (unsigned) offsetof(struct seccomp_data, nr));
  /libcore/luni/src/test/native/
libcore_java_io_FileTest.cpp 57 BPF_STMT(BPF_LD|BPF_W|BPF_ABS, offsetof(struct seccomp_data, nr)),
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
resumption.c 93 offsetof(struct seccomp_data, nr)),
105 offsetof(struct seccomp_data, instruction_pointer)),
109 offsetof(struct seccomp_data, instruction_pointer)+sizeof(int)),
seccomp_bpf_tests.c 76 struct seccomp_data { struct
84 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
264 offsetof(struct seccomp_data, nr)),
288 offsetof(struct seccomp_data, nr)),
318 offsetof(struct seccomp_data, nr)),
367 offsetof(struct seccomp_data, nr)),
391 offsetof(struct seccomp_data, nr)),
419 offsetof(struct seccomp_data, nr)),
527 offsetof(struct seccomp_data, nr)),
534 offsetof(struct seccomp_data, nr))
    [all...]
sigsegv.c 69 offsetof(struct seccomp_data, nr)),
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 82 struct seccomp_data { struct
155 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
157 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
498 offsetof(struct seccomp_data, nr)),
526 offsetof(struct seccomp_data, nr)),
566 offsetof(struct seccomp_data, nr)),
632 offsetof(struct seccomp_data, nr)),
643 offsetof(struct seccomp_data, nr)),
748 offsetof(struct seccomp_data, nr)), \
855 offsetof(struct seccomp_data, nr))
    [all...]
  /bionic/libc/seccomp/
seccomp_policy.cpp 90 #define syscall_nr (offsetof(struct seccomp_data, nr))
91 #define arch_nr (offsetof(struct seccomp_data, arch))
  /external/seccomp-tests/linux/
seccomp_bpf.c 82 struct seccomp_data { struct
91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32))
410 offsetof(struct seccomp_data, nr)),
438 offsetof(struct seccomp_data, nr)),
478 offsetof(struct seccomp_data, nr)),
548 offsetof(struct seccomp_data, nr)),
575 offsetof(struct seccomp_data, nr)),
602 offsetof(struct seccomp_data, nr)),
633 offsetof(struct seccomp_data, nr))
    [all...]

Completed in 303 milliseconds