OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTRACE_EVENT_SECCOMP
(Results
26 - 32
of
32
) sorted by null
1
2
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
873
#if
PTRACE_EVENT_SECCOMP
!= 7
874
#undef
PTRACE_EVENT_SECCOMP
877
#ifndef
PTRACE_EVENT_SECCOMP
878
#define
PTRACE_EVENT_SECCOMP
7
881
#define IS_SECCOMP_EVENT(status) ((status >> 16) ==
PTRACE_EVENT_SECCOMP
)
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go
[
all
...]
zerrors_linux_ppc64.go
[
all
...]
zerrors_linux_ppc64le.go
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go
[
all
...]
zerrors_linux_ppc64.go
[
all
...]
zerrors_linux_ppc64le.go
[
all
...]
Completed in 5259 milliseconds
1
2