OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SECCOMP_RET_TRACE
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/common/linux/
seccomp.h
31
#define
SECCOMP_RET_TRACE
0x7ff00000U
/external/kernel-headers/original/linux/
seccomp.h
24
#define
SECCOMP_RET_TRACE
0x7ff00000U /* pass to a tracer or disallow */
/external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h
83
#define
SECCOMP_RET_TRACE
0x7ff00000U // Pass to a tracer or disallow
verifier.cc
427
case
SECCOMP_RET_TRACE
: // We don't ever generate this
Completed in 586 milliseconds