OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PTRACE_O_EXITKILL
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/kernel/uapi/linux/
ptrace.h
81
#define
PTRACE_O_EXITKILL
(1 << 20)
82
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/development/ndk/platforms/android-L/include/linux/
ptrace.h
79
#define
PTRACE_O_EXITKILL
(1 << 20)
80
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/external/kernel-headers/original/uapi/linux/
ptrace.h
92
#define
PTRACE_O_EXITKILL
(1 << 20)
94
#define PTRACE_O_MASK (0x000000ff |
PTRACE_O_EXITKILL
)
/prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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
)
Completed in 32 milliseconds