Home
last modified time | relevance | path

Searched refs:PTRACE_OLDSETOPTIONS (Results 1 – 7 of 7) sorted by relevance

/external/strace/
Dprocess.c193 #ifdef PTRACE_OLDSETOPTIONS in SYS_FUNC()
194 case PTRACE_OLDSETOPTIONS: in SYS_FUNC()
DChangeLog14955 PTRACE_SEIZE and PTRACE_OLDSETOPTIONS as PTRACE_O_* flags.
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h74 #define PTRACE_OLDSETOPTIONS 21 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h57 #define PTRACE_OLDSETOPTIONS 21 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h24 #define PTRACE_OLDSETOPTIONS 21 macro
/external/strace/xlat/
Dptrace_cmds.in39 PTRACE_OLDSETOPTIONS
Dptrace_cmds.h123 #if defined(PTRACE_OLDSETOPTIONS) || (defined(HAVE_DECL_PTRACE_OLDSETOPTIONS) && HAVE_DECL_PTRACE_O…
124 XLAT(PTRACE_OLDSETOPTIONS),