Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 25 of 32) 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.h6 #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),
Dnt_descriptor_types.in1 NT_PRSTATUS 1
/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/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/elfutils/backends/
Driscv_initreg.c57 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in riscv_set_initial_registers_tid()
Daarch64_initreg.c63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in aarch64_set_initial_registers_tid()
Darm_initreg.c80 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in arm_set_initial_registers_tid()
Dlinux-core-note.c252 case NT_PRSTATUS: in EBLHOOK()
/external/strace/
Dsyscall.c1024 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.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.c146 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/
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.h371 #define NT_PRSTATUS 1 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc505 (void*)NT_PRSTATUS, (void*)&regset_io), in GetRegistersAndSP()
/external/syzkaller/sys/linux/
Dsys_386.const305 NT_PRSTATUS = 1
Dsys_amd64.const305 NT_PRSTATUS = 1
Dsys_ppc64le.const305 NT_PRSTATUS = 1
Dsys_arm.const305 NT_PRSTATUS = 1
Dsys_arm64.const305 NT_PRSTATUS = 1
/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.c1598 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()

12