HomeSort by relevance Sort by last modified time
    Searched refs:NT_PRSTATUS (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/ltrace/sysdeps/linux-gnu/metag/
regs.c 39 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
53 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov);
71 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
85 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
trace.c 84 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS,
191 NT_PRSTATUS, (long)&iov))
213 NT_PRSTATUS, (long)&iov))
260 NT_PRSTATUS, (long)&iov))
286 NT_PRSTATUS, (long)&iov))
404 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
  /external/google-breakpad/src/common/android/include/
elf.h 140 #if !defined(NT_PRSTATUS)
141 #define NT_PRSTATUS 1
  /external/strace/xlat/
nt_descriptor_types.h 11 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS)
12 XLAT(NT_PRSTATUS),
  /external/ltrace/sysdeps/linux-gnu/aarch64/
regs.c 40 return ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0
  /system/core/debuggerd/arm64/
machine.cpp 39 if (ptrace(PTRACE_GETREGSET, backtrace->Tid(), reinterpret_cast<void*>(NT_PRSTATUS), &io) == -1) {
61 if (ptrace(PTRACE_GETREGSET, tid, (void*) NT_PRSTATUS, (void*) &io) == -1) {
  /external/elfutils/backends/
aarch64_initreg.c 63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0)
arm_initreg.c 78 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0)
linux-core-note.c 246 case NT_PRSTATUS:
  /external/valgrind/memcheck/tests/linux/
getregset.c 65 if (ptrace(0x4204, cpid, NT_PRSTATUS, &iov) == -1)
71 /* We're assuming here that NT_PRSTATUS never contains
  /external/compiler-rt/test/asan/TestCases/Linux/
ptrace.cc 16 #include <elf.h> // for NT_PRSTATUS
86 # define __PTRACE_ARGS (void*)NT_PRSTATUS, (void*)&regset_io
102 # define __PTRACE_FPARGS (void*)NT_PRSTATUS, (void*)&regset_io
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
ptrace.cc 81 res = ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&regset_io);
  /external/libunwind/src/coredump/
_UCD_create.c 233 if (note_hdr->n_type == NT_PRSTATUS)
246 if (note_hdr->n_type == NT_PRSTATUS)
273 Debug(0, "No NT_PRSTATUS note found in '%s'\n", filename);
  /external/libunwind/src/ptrace/
_UPT_access_reg.c 374 if (ptrace(PTRACE_GETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1)
  /external/elfutils/libdwfl/
linux-core-attach.c 145 if (nhdr.n_type != NT_PRSTATUS)
196 assert (nhdr.n_type == NT_PRSTATUS);
252 LR (108) is provided earlier (in NT_PRSTATUS) than the # 65.
  /development/ndk/platforms/android-3/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 161 // 1st thread CORE NT_PRSTATUS
168 // 2nd thread CORE NT_PRSTATUS
173 // 3rd thread CORE NT_PRSTATUS
180 case NT_PRSTATUS: {
182 fprintf(stderr, "Found NT_PRSTATUS descriptor of unexpected size\n");
linux_ptrace_dumper.cc 195 if (sys_ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, (void*)&io) == -1) {
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 170 // 1st thread CORE NT_PRSTATUS
177 // 2nd thread CORE NT_PRSTATUS
182 // 3rd thread CORE NT_PRSTATUS
211 case NT_PRSTATUS: {
  /external/strace/
syscall.c 61 #ifndef NT_PRSTATUS
62 # define NT_PRSTATUS 1
1227 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS,
1235 return ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 350 #define NT_PRSTATUS 1
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1

Completed in 733 milliseconds

1 2 3 4