Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/uapi/asm/
H A Dptrace.h15 #define PTRACE_GETFDPIC 31 /* get the ELF fdpic loadmap address */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h40 #define PTRACE_GETFDPIC 22 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h77 #define PTRACE_GETFDPIC 31 macro
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h13 #define PTRACE_GETFDPIC 33 macro
/openbmc/qemu/linux-headers/asm-riscv/
H A Dptrace.h13 #define PTRACE_GETFDPIC 33 macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dptrace.h35 #define PTRACE_GETFDPIC 31 macro
/openbmc/linux/kernel/
H A Dptrace.c1184 case PTRACE_GETFDPIC: { in ptrace_request()