Home
last modified time | relevance | path

Searched refs:PTRACE_GETFDPIC_INTERP (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/sh/include/uapi/asm/
Dptrace.h17 #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ macro
/linux-4.1.27/arch/frv/include/uapi/asm/
Dptrace.h58 #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ macro
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h96 #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ macro
/linux-4.1.27/arch/c6x/include/uapi/asm/
Dptrace.h103 #define PTRACE_GETFDPIC_INTERP 1 /* [addr] request the interpreter loadmap */ macro
/linux-4.1.27/arch/blackfin/kernel/
Dptrace.c357 addr = PTRACE_GETFDPIC_INTERP; in arch_ptrace()
/linux-4.1.27/kernel/
Dptrace.c978 case PTRACE_GETFDPIC_INTERP: in ptrace_request()