HomeSort by relevance Sort by last modified time
    Searched refs:seccomp_data (Results 1 - 15 of 15) 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
  /bionic/libc/kernel/uapi/linux/
seccomp.h 40 struct seccomp_data { struct
  /development/ndk/platforms/android-21/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /external/kernel-headers/original/uapi/linux/
seccomp.h 39 * struct seccomp_data - the format the BPF program executes over.
47 struct seccomp_data { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
seccomp.h 36 struct seccomp_data { struct
  /external/strace/tests/
seccomp.c 52 BPF_STMT(BPF_LD | BPF_W | BPF_ABS, offsetof(struct seccomp_data, nr)),
82 (unsigned) offsetof(struct seccomp_data, nr));
  /external/openssh/
sandbox-seccomp-filter.c 87 offsetof(struct seccomp_data, arch)),
92 offsetof(struct seccomp_data, nr)),
  /cts/tests/tests/os/jni/seccomp-tests/tests/
resumption.c 94 offsetof(struct seccomp_data, nr)),
106 offsetof(struct seccomp_data, instruction_pointer)),
110 offsetof(struct seccomp_data, instruction_pointer)+sizeof(int)),
seccomp_bpf_tests.c 78 struct seccomp_data { struct
86 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]))
367 offsetof(struct seccomp_data, nr)),
391 offsetof(struct seccomp_data, nr)),
421 offsetof(struct seccomp_data, nr)),
470 offsetof(struct seccomp_data, nr)),
494 offsetof(struct seccomp_data, nr)),
522 offsetof(struct seccomp_data, nr)),
630 offsetof(struct seccomp_data, nr)),
637 offsetof(struct seccomp_data, nr))
    [all...]
sigsegv.c 70 offsetof(struct seccomp_data, nr)),

Completed in 417 milliseconds