HomeSort by relevance Sort by last modified time
    Searched defs:PTRACE_GETREGS (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-mips/asm/
ptrace.h 42 #define PTRACE_GETREGS 12
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 66 #define PTRACE_GETREGS 12
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 51 #define PTRACE_GETREGS 12
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 68 #define PTRACE_GETREGS 12
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace-abi.h 61 #define PTRACE_GETREGS 12
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace-abi.h 61 #define PTRACE_GETREGS 12
  /bionic/libc/kernel/uapi/asm-arm/asm/
ptrace.h 22 #define PTRACE_GETREGS 12
  /external/kernel-headers/original/uapi/asm-arm/asm/
ptrace.h 16 #define PTRACE_GETREGS 12
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 75 PTRACE_GETREGS = 12,
76 #define PT_GETREGS PTRACE_GETREGS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 75 PTRACE_GETREGS = 12,
76 #define PT_GETREGS PTRACE_GETREGS
  /external/strace/
syscall.c 51 # undef PTRACE_GETREGS
52 # define PTRACE_GETREGS PTRACE_GETREGS64
1073 # define ptrace_getregset_or_getregs ptrace_getregs
1075 ptrace_getregs(pid_t pid) function
1079 return ptrace(PTRACE_GETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0);
1081 return ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS);
1123 * Try PTRACE_GETREGSET/PTRACE_GETREGS first,
1141 /* Assume that PTRACE_GETREGSET/PTRACE_GETREGS works. */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 761 PTRACE_GETREGS = 0xc
    [all...]
zerrors_linux_amd64.go 762 PTRACE_GETREGS = 0xc
    [all...]
zerrors_linux_arm.go 767 PTRACE_GETREGS = 0xc
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 761 PTRACE_GETREGS = 0xc
    [all...]
zerrors_linux_amd64.go 762 PTRACE_GETREGS = 0xc
    [all...]
zerrors_linux_arm.go 767 PTRACE_GETREGS = 0xc
    [all...]

Completed in 162 milliseconds

1 2