Searched refs:PTRACE_OLDSETOPTIONS (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/x86/um/shared/sysdep/ |
D | ptrace_user.h | 23 #ifndef PTRACE_OLDSETOPTIONS 24 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/um/include/shared/ |
D | ptrace_user.h | 40 #ifndef PTRACE_OLDSETOPTIONS 41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 74 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | ptrace-generic.h | 30 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | ptrace.h | 57 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | ptrace.h | 114 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | ptrace.h | 24 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/um/os-Linux/ |
D | start_up.c | 208 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_sysemu() 266 if ((ptrace(PTRACE_OLDSETOPTIONS, pid, 0, in check_ptrace()
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 245 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 293 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in start_userspace() 511 if (ptrace(PTRACE_OLDSETOPTIONS, pid, NULL, in copy_context_skas0()
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | ptrace.h | 181 #define PTRACE_OLDSETOPTIONS 21 macro
|
/linux-4.4.14/kernel/ |
D | ptrace.c | 853 #ifdef PTRACE_OLDSETOPTIONS in ptrace_request() 854 case PTRACE_OLDSETOPTIONS: in ptrace_request()
|