OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_TRAP
(Results
1 - 11
of
11
) sorted by null
/development/ndk/platforms/android-21/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
seccomp.h
22
#define
SECCOMP_RET_TRAP
0x00030000U /* disallow and force a SIGSYS */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U
/bionic/libc/kernel/uapi/linux/
seccomp.h
32
#define
SECCOMP_RET_TRAP
0x00030000U
/external/kernel-headers/original/uapi/linux/
seccomp.h
29
#define
SECCOMP_RET_TRAP
0x00030000U /* disallow and force a SIGSYS */
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
69
#define
SECCOMP_RET_TRAP
0x00030000U // disallow and force a SIGSYS
524
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_TRAP
),
647
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_TRAP
),
[
all
...]
Completed in 118 milliseconds