SECCOMP_RESULT 107 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX) SECCOMP_RESULT 134 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_RAX) SECCOMP_RESULT 172 sandbox/linux/seccomp-bpf/linux_seccomp.h #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, r0)