Home
last modified time | relevance | path

Searched defs:syscall_arg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bionic/libc/seccomp/
H A Dseccomp_policy.cpp98 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
144 const __u32 syscall_arg = syscall_arg(arg_num); in ValidateSyscallArgInRange() local
/aosp_15_r20/external/seccomp-tests/linux/
H A Dseccomp_bpf.c91 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
93 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c289 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n])) macro
291 #define syscall_arg(_n) (offsetof(struct seccomp_data, args[_n]) + sizeof(__u32)) macro