/external/ltrace/sysdeps/linux-gnu/metag/ |
D | regs.c | 39 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in get_instruction_pointer() 53 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in set_instruction_pointer() 60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov); in set_instruction_pointer() 71 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in get_stack_pointer() 85 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in get_return_addr()
|
D | trace.c | 84 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, in syscall_p() 191 NT_PRSTATUS, (long)&iov)) in metag_next_pcs() 213 NT_PRSTATUS, (long)&iov)) in metag_next_pcs() 260 NT_PRSTATUS, (long)&iov)) in metag_next_pcs() 286 NT_PRSTATUS, (long)&iov)) in metag_next_pcs() 404 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)) in gimme_arg()
|
/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 | 11 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS) 12 XLAT(NT_PRSTATUS),
|
D | nt_descriptor_types.in | 1 NT_PRSTATUS
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
D | regs.c | 40 return ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_read_gregs() 50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_write_gregs()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 86 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)®set_io in main() 102 # define __PTRACE_FPARGS (void*)NT_PRSTATUS, (void*)®set_io in main()
|
/external/elfutils/backends/ |
D | aarch64_initreg.c | 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
|
D | arm_initreg.c | 78 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
|
D | linux-core-note.c | 246 case NT_PRSTATUS: in EBLHOOK()
|
/external/valgrind/memcheck/tests/linux/ |
D | getregset.c | 65 if (ptrace(0x4204, cpid, NT_PRSTATUS, &iov) == -1) in main()
|
/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/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)®set_io); in main()
|
/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/strace/ |
D | syscall.c | 61 #ifndef NT_PRSTATUS 62 # define NT_PRSTATUS 1 macro 1227 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, in get_regset() 1235 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io); in get_regset()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 145 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread() 196 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 | 367 #define NT_PRSTATUS 1 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 492 (void*)NT_PRSTATUS, (void*)®set_io), in GetRegistersAndSP()
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 572 res = ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &iovec); in getregs() 687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 562 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in dump_one_thread()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 403 #define VKI_NT_PRSTATUS NT_PRSTATUS
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 760 nhdr.n_type = NT_PRSTATUS; in WriteThread()
|