Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/uapi/asm/
Dptrace.h14 #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ macro
/linux-4.1.27/arch/frv/include/uapi/asm/
Dptrace.h55 #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ macro
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h94 #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ macro
/linux-4.1.27/arch/blackfin/kernel/
Dptrace.c352 request = PTRACE_GETFDPIC; in arch_ptrace()
356 request = PTRACE_GETFDPIC; in arch_ptrace()
/linux-4.1.27/arch/c6x/include/uapi/asm/
Dptrace.h100 #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ macro
/linux-4.1.27/kernel/
Dptrace.c966 case PTRACE_GETFDPIC: { in ptrace_request()