/external/google-breakpad/src/common/android/include/ |
D | elf.h | 129 #if !defined(NT_PRSTATUS) 130 #define NT_PRSTATUS 1 macro
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cpp | 83 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)®set_io); in main() 103 res = ptrace(PTRACE_GETREGSET, pid, (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/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/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/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cpp | 101 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)®set_io in main() 117 # define __PTRACE_FPARGS (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 | csky_initreg.c | 56 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0) in csky_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/elfutils/libdwfl/ |
D | linux-core-attach.c | 146 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread() 199 if (core_note_err == 0 || nhdr.n_type != NT_PRSTATUS) in core_set_initial_registers()
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 532 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseFreeBSDNotes() 543 case ELF::NT_PRSTATUS: in parseFreeBSDNotes() 782 if ((note.info.n_type == ELF::NT_PRSTATUS && have_prstatus) || in parseLinuxNotes() 793 case ELF::NT_PRSTATUS: { in parseLinuxNotes()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 187 case NT_PRSTATUS: { in EnumerateThreads()
|
D | linux_ptrace_dumper.cc | 157 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) { in ReadRegisterSet()
|
/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 | 373 #define NT_PRSTATUS 1 macro
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_arm.cpp | 860 return ReadRegisterSet(&ioVec, GetGPRSize(), NT_PRSTATUS); in ReadGPR() 872 return WriteRegisterSet(&ioVec, GetGPRSize(), NT_PRSTATUS); in WriteGPR()
|
D | NativeRegisterContextLinux_arm64.cpp | 941 error = ReadRegisterSet(&ioVec, GetGPRBufferSize(), NT_PRSTATUS); in ReadGPR() 960 return WriteRegisterSet(&ioVec, GetGPRBufferSize(), NT_PRSTATUS); in WriteGPR()
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 194 pub const NT_PRSTATUS: u32 = 1; constant
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 505 (void*)NT_PRSTATUS, (void*)®set_io), in GetRegistersAndSP()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | note-core.test | 3 ## Check NT_PRSTATUS. 5 # RUN: llvm-readelf --notes %t1.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRSTATUS (prs… 6 # RUN: llvm-readobj --notes %t1.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRSTATUS (prs…
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cpp | 592 bool fail = !append(NT_PRSTATUS); in GetRegistersAndSP()
|