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

1 2

  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace07.c 51 #ifndef PTRACE_GETREGSET
52 # define PTRACE_GETREGSET 0x4204
120 TEST(ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov));
132 "PTRACE_GETREGSET failed with unexpected error");
  /external/strace/
ptrace.h 147 #ifndef PTRACE_GETREGSET
148 # define PTRACE_GETREGSET 0x4204
  /bionic/libc/kernel/uapi/linux/
ptrace.h 39 #define PTRACE_GETREGSET 0x4204
  /external/kernel-headers/original/uapi/linux/
ptrace.h 45 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
50 #define PTRACE_GETREGSET 0x4204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 42 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
47 #define PTRACE_GETREGSET 0x4204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 132 PTRACE_GETREGSET = 0x4204,
133 #define PTRACE_GETREGSET PTRACE_GETREGSET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 132 PTRACE_GETREGSET = 0x4204,
133 #define PTRACE_GETREGSET PTRACE_GETREGSET
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 762 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_amd64.go 763 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_arm.go 768 PTRACE_GETREGSET = 0x4204
    [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 762 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_amd64.go 763 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_arm.go 768 PTRACE_GETREGSET = 0x4204
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]

Completed in 2328 milliseconds

1 2