Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h56 #define PT_SETREGS PTRACE_SETREGS macro
/third_party/musl/ndk_musl_include/sys/
Dptrace.h56 #define PT_SETREGS PTRACE_SETREGS macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h56 #define PT_SETREGS PTRACE_SETREGS macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h56 #define PT_SETREGS PTRACE_SETREGS macro
/third_party/musl/include/sys/
Dptrace.h56 #define PT_SETREGS PTRACE_SETREGS macro
/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c350 if (ptrace(PT_SETREGS, pid, (caddr_t)&regs, 0) == -1) in _UPT_access_reg()