Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGSET (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace07.c43 #ifndef PTRACE_SETREGSET
44 # define PTRACE_SETREGSET 0x4205 macro
134 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov)); in do_test()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/ndk_musl_include/sys/
Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/musl/include/sys/
Dptrace.h35 #define PTRACE_SETREGSET 0x4205 macro
/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c70 if (ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &loc) == -1) in _UPT_access_reg()
/third_party/libunwind/
Dconfigure.ac58 AC_CHECK_DECLS([PTRACE_POKEUSER, PTRACE_POKEDATA, PTRACE_SETREGSET,