HomeSort by relevance Sort by last modified time
    Searched refs:NT_PRSTATUS (Results 1 - 25 of 91) 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/strace/xlat/
nt_descriptor_types.h 4 #if defined(NT_PRSTATUS) || (defined(HAVE_DECL_NT_PRSTATUS) && HAVE_DECL_NT_PRSTATUS)
5 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 36 if (ptrace(PTRACE_GETREGSET, tid, (void*)NT_PRSTATUS, &io) == -1) {
72 if (ptrace(PTRACE_GETREGSET, tid, (void*) NT_PRSTATUS, (void*) &io) == -1) {
  /external/valgrind/main/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/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 350 NT_PRSTATUS = 1,
438 // Parse a FreeBSD NT_PRSTATUS note - see FreeBSD sys/procfs.h for details.
479 /// a) NT_PRSTATUS - Register context
488 /// new thread when it finds NT_PRSTATUS or NT_PRPSINFO NOTE entry.
515 if ((note.n_type == NT_PRSTATUS && have_prstatus) ||
561 case NT_PRSTATUS:
  /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)
  /development/ndk/platforms/android-3/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /external/elfutils/0.153/backends/
linux-core-note.c 221 case NT_PRSTATUS:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elf.h 350 #define NT_PRSTATUS 1
  /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/4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
elf.h 328 #define NT_PRSTATUS 1

Completed in 383 milliseconds

1 2 3 4