Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 25 of 29) sorted by relevance

12

/external/google-breakpad/src/common/android/include/
Delf.h140 #if !defined(NT_PRSTATUS)
141 #define NT_PRSTATUS 1 macro
/external/strace/xlat/
Dnt_descriptor_types.h11 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS)
12 XLAT(NT_PRSTATUS),
Dnt_descriptor_types.in1 NT_PRSTATUS
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&regset_io); in main()
101 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&regset_io); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc93 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)&regset_io in main()
109 # define __PTRACE_FPARGS (void*)NT_PRSTATUS, (void*)&regset_io in main()
/external/strace/
Dsyscall.c66 #ifndef NT_PRSTATUS
67 # define NT_PRSTATUS 1 macro
1111 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, in ptrace_getregset()
1119 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io); in ptrace_getregset()
1131 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, in ptrace_setregset()
1139 return ptrace(PTRACE_SETREGSET, pid, NT_PRSTATUS, &io); in ptrace_setregset()
/external/elfutils/backends/
Daarch64_initreg.c63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
Darm_initreg.c78 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
Dlinux-core-note.c246 case NT_PRSTATUS: in EBLHOOK()
/external/valgrind/memcheck/tests/linux/
Dgetregset.c65 if (ptrace(0x4204, cpid, NT_PRSTATUS, &iov) == -1) in main()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c374 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.c233 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
246 if (note_hdr->n_type == NT_PRSTATUS) in _UCD_create()
/external/elfutils/libdwfl/
Dlinux-core-attach.c145 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/
Dlinux_core_dumper.cc180 case NT_PRSTATUS: { in EnumerateThreads()
Dlinux_ptrace_dumper.cc195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { in GetThreadInfoByIndex()
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc211 case NT_PRSTATUS: { in TEST()
/external/kernel-headers/original/uapi/linux/
Delf.h370 #define NT_PRSTATUS 1 macro
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c572 res = ptrace (PTRACE_GETREGSET, pid, NT_PRSTATUS, &iovec); in getregs()
687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc505 (void*)NT_PRSTATUS, (void*)&regset_io), in GetRegistersAndSP()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1270 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/
Dseccomp_bpf.c1286 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall()
1311 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
1368 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c567 add_note(notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus)); in dump_one_thread()
/external/valgrind/include/vki/
Dvki-solaris.h414 #define VKI_NT_PRSTATUS NT_PRSTATUS
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc760 nhdr.n_type = NT_PRSTATUS; in WriteThread()
/external/kmod/port-gnu/
Delf.h629 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */ macro

12