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

1 2

  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace07.c 21 * PTRACE_SETREGSET, NT_X86_XSTATE, &iov) to assign a task an invalid FPU state
55 #ifndef PTRACE_SETREGSET
56 # define PTRACE_SETREGSET 0x4205
139 * header (causing the PTRACE_SETREGSET command here to succeed), while
140 * new kernels will reject them (causing the PTRACE_SETREGSET command
145 TEST(ptrace(PTRACE_SETREGSET, pid, NT_X86_XSTATE, &iov));
147 tst_res(TINFO, "PTRACE_SETREGSET with reserved bits succeeded");
150 "PTRACE_SETREGSET with reserved bits failed with EINVAL");
153 "PTRACE_SETREGSET failed with unexpected error");
  /external/strace/
ptrace.h 150 #ifndef PTRACE_SETREGSET
151 # define PTRACE_SETREGSET 0x4205
  /bionic/libc/kernel/uapi/linux/
ptrace.h 40 #define PTRACE_SETREGSET 0x4205
  /external/kernel-headers/original/uapi/linux/
ptrace.h 45 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
51 #define PTRACE_SETREGSET 0x4205
  /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);
48 #define PTRACE_SETREGSET 0x4205
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 136 PTRACE_SETREGSET = 0x4205,
137 #define PTRACE_SETREGSET PTRACE_SETREGSET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 136 PTRACE_SETREGSET = 0x4205,
137 #define PTRACE_SETREGSET PTRACE_SETREGSET
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 785 PTRACE_SETREGSET = 0x4205
    [all...]
zerrors_linux_amd64.go 786 PTRACE_SETREGSET = 0x4205
    [all...]
zerrors_linux_arm.go 794 PTRACE_SETREGSET = 0x4205
    [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 785 PTRACE_SETREGSET = 0x4205
    [all...]
zerrors_linux_amd64.go 786 PTRACE_SETREGSET = 0x4205
    [all...]
zerrors_linux_arm.go 794 PTRACE_SETREGSET = 0x4205
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]

Completed in 121 milliseconds

1 2