Home
last modified time | relevance | path

Searched refs:ARCH_GET_GS (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-x86-64-low.c56 #define ARCH_GET_GS 0x1004 macro
83 if (ptrace (PTRACE_ARCH_PRCTL, lwpid, base, ARCH_GET_GS) == 0) in ps_get_thread_area()
H A DChangeLog6 (ARCH_GET_GS): Likewise.
/openbsd/gnu/llvm/lldb/include/lldb/Host/linux/
H A DPtrace.h51 #define ARCH_GET_GS 0x1004 macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Damd64-linux-nat.c352 if (ptrace (PTRACE_ARCH_PRCTL, lwpid, base, ARCH_GET_GS) == 0) in ps_get_thread_area()