OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTRACE_O_EXITKILL
(Results
1 - 25
of
29
) sorted by null
1
2
/development/ndk/platforms/android-21/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/external/strace/xlat/
ptrace_setoptions_flags.h
35
#if defined(
PTRACE_O_EXITKILL
) || (defined(HAVE_DECL_PTRACE_O_EXITKILL) && HAVE_DECL_PTRACE_O_EXITKILL)
36
XLAT(
PTRACE_O_EXITKILL
),
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/bionic/libc/kernel/uapi/linux/
ptrace.h
82
#define
PTRACE_O_EXITKILL
(1 << 20)
85
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
| PTRACE_O_SUSPEND_SECCOMP)
/external/kernel-headers/original/uapi/linux/
ptrace.h
94
#define
PTRACE_O_EXITKILL
(1 << 20)
98
0x000000ff |
PTRACE_O_EXITKILL
| PTRACE_O_SUSPEND_SECCOMP)
/external/strace/
ptrace.h
122
#ifndef
PTRACE_O_EXITKILL
123
# define
PTRACE_O_EXITKILL
(1 << 20)
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go
[
all
...]
Completed in 2798 milliseconds
1
2