Searched defs:PTRACE_OLDSETOPTIONS (Results 1 - 8 of 8) sorted by relevance

/arch/um/include/shared/
H A Dptrace_user.h30 * recompilation. So, we use PTRACE_OLDSETOPTIONS in UML.
32 * have PTRACE_OLDSETOPTIONS. So, if it is missing, we declare
33 * PTRACE_OLDSETOPTIONS to be the same as PTRACE_SETOPTIONS.
36 * linux 2.6, PTRACE_OLDSETOPTIONS never is defined, and also isn't
38 * the new 0x4200 with the name PTRACE_OLDSETOPTIONS.
40 #ifndef PTRACE_OLDSETOPTIONS
41 #define PTRACE_OLDSETOPTIONS PTRACE_SETOPTIONS macro
/arch/x86/um/shared/sysdep/
H A Dptrace_user.h23 #ifndef PTRACE_OLDSETOPTIONS
24 #define PTRACE_OLDSETOPTIONS 21 macro
/arch/mips/include/asm/
H A Dptrace.h65 #define PTRACE_OLDSETOPTIONS 21 macro
/arch/x86/include/asm/
H A Dptrace-abi.h68 #define PTRACE_OLDSETOPTIONS 21 macro
/arch/arm/include/asm/
H A Dptrace.h24 #define PTRACE_OLDSETOPTIONS 21 macro
/arch/m32r/include/asm/
H A Dptrace.h114 #define PTRACE_OLDSETOPTIONS 21 macro
/arch/ia64/include/asm/
H A Dptrace.h374 #define PTRACE_OLDSETOPTIONS 21 macro
/arch/s390/include/asm/
H A Dptrace.h183 #define PTRACE_OLDSETOPTIONS 21 macro

Completed in 155 milliseconds