HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_SECCOMP_GET_FILTER (Results 1 - 10 of 10) sorted by null

  /external/strace/
ptrace.h 171 #ifndef PTRACE_SECCOMP_GET_FILTER
172 # define PTRACE_SECCOMP_GET_FILTER 0x420c
process.c 124 case PTRACE_SECCOMP_GET_FILTER:
217 case PTRACE_SECCOMP_GET_FILTER:
253 case PTRACE_SECCOMP_GET_FILTER:
  /bionic/libc/kernel/uapi/linux/
ptrace.h 52 #define PTRACE_SECCOMP_GET_FILTER 0x420c
  /external/kernel-headers/original/uapi/linux/
ptrace.h 68 #define PTRACE_SECCOMP_GET_FILTER 0x420c
  /external/strace/xlat/
ptrace_cmds.h 113 #if defined(PTRACE_SECCOMP_GET_FILTER) || (defined(HAVE_DECL_PTRACE_SECCOMP_GET_FILTER) && HAVE_DECL_PTRACE_SECCOMP_GET_FILTER)
114 XLAT(PTRACE_SECCOMP_GET_FILTER),
  /external/strace/tests/
ptrace.c 245 do_ptrace(PTRACE_SECCOMP_GET_FILTER, pid, 42, 0);
246 printf("ptrace(PTRACE_SECCOMP_GET_FILTER, %u, 42, NULL) = %s\n",
  /external/strace/tests-m32/
ptrace.c 245 do_ptrace(PTRACE_SECCOMP_GET_FILTER, pid, 42, 0);
246 printf("ptrace(PTRACE_SECCOMP_GET_FILTER, %u, 42, NULL) = %s\n",
  /external/strace/tests-mx32/
ptrace.c 245 do_ptrace(PTRACE_SECCOMP_GET_FILTER, pid, 42, 0);
246 printf("ptrace(PTRACE_SECCOMP_GET_FILTER, %u, 42, NULL) = %s\n",
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_s390x.go     [all...]

Completed in 561 milliseconds