/external/google-breakpad/src/common/android/include/ |
D | elf.h | 140 #if !defined(NT_PRSTATUS) 141 #define NT_PRSTATUS 1 macro
|
/external/strace/xlat/ |
D | nt_descriptor_types.h | 6 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS) 8 static_assert((NT_PRSTATUS) == (1), "NT_PRSTATUS != 1"); 11 # define NT_PRSTATUS 1 479 XLAT(NT_PRSTATUS),
|
D | nt_descriptor_types.in | 1 NT_PRSTATUS 1
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 93 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)®set_io in main() 109 # define __PTRACE_FPARGS (void*)NT_PRSTATUS, (void*)®set_io in main()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)®set_io); in main() 101 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)®set_io); in main()
|
/external/elfutils/backends/ |
D | riscv_initreg.c | 57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
|
D | aarch64_initreg.c | 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
D | arm_initreg.c | 80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
|
D | linux-core-note.c | 252 case NT_PRSTATUS: in EBLHOOK()
|
/external/strace/ |
D | syscall.c | 1024 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, in ptrace_getregset() 1032 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io); in ptrace_getregset() 1044 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, in ptrace_setregset() 1052 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &io); in ptrace_setregset()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 374 if (ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg() 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 233 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create() 246 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 146 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread() 199 assert (nhdr.n_type == NT_PRSTATUS); in core_set_initial_registers()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 180 case NT_PRSTATUS: { in EnumerateThreads()
|
D | linux_ptrace_dumper.cc | 195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { in GetThreadInfoByIndex()
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump_unittest.cc | 211 case NT_PRSTATUS: { in TEST()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 371 #define NT_PRSTATUS 1 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 505 (void*)NT_PRSTATUS, (void*)®set_io), in GetRegistersAndSP()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 305 NT_PRSTATUS = 1
|
D | sys_amd64.const | 305 NT_PRSTATUS = 1
|
D | sys_ppc64le.const | 305 NT_PRSTATUS = 1
|
D | sys_arm.const | 305 NT_PRSTATUS = 1
|
D | sys_arm64.const | 305 NT_PRSTATUS = 1
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1270 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1291 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall() 1337 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1598 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1623 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall() 1680 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|