Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dlinux_seccomp.h159 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
224 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
273 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
350 #define SECCOMP_ARG_LSB_IDX(nr) (offsetof(struct arch_seccomp_data, args) + \ macro
406 #define SECCOMP_ARG_LSB_IDX(nr) \ macro