Searched refs:NT_PRSTATUS (Results 1 – 3 of 3) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | elf.h | 386 #define NT_PRSTATUS 1 macro
|
| /tools/testing/selftests/arm64/fp/ |
| A D | fp-ptrace.c | 372 ret = ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, &iov); in continue_breakpoint() 381 ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov); in continue_breakpoint()
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 1932 ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \ 1938 ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \
|
Completed in 19 milliseconds