HomeSort by relevance Sort by last modified time
    Searched refs:ptrace (Results 151 - 175 of 233) sorted by null

1 2 3 4 5 67 8 910

  /external/honggfuzz/linux/
unwind.c 27 #include <libunwind-ptrace.h>
38 * http://www.nongnu.org/libunwind/man/libunwind-ptrace(3).html
perf.c 39 #include <sys/ptrace.h>
  /external/honggfuzz/netbsd/
arch.c 31 #include <sys/ptrace.h>
107 /* Wait for the ptrace to attach now */
  /external/kernel-headers/original/uapi/asm-arm/asm/
kvm.h 25 #include <asm/ptrace.h>
  /external/u-boot/arch/x86/lib/
zimage.c 19 #include <asm/ptrace.h>
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 273 ptrace
base-notmetreq.conf 272 ptrace
small-base.conf 273 ptrace
  /external/strace/
sys_func.h 188 extern SYS_FUNC(ptrace);
strace.spec 172 + fixed build when <sys/ptrace.h> and <linux/ptrace.h> conflict (#993384);
315 - Fix bad output for ptrace on x86-64 (#159787).
425 - new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests
  /external/syzkaller/vendor/golang.org/x/sys/unix/
types_darwin.go 32 #include <sys/ptrace.h>
181 // Ptrace requests
types_dragonfly.go 29 #include <sys/ptrace.h>
186 // Ptrace requests
types_netbsd.go 30 #include <sys/ptrace.h>
182 // Ptrace requests
types_openbsd.go 30 #include <sys/ptrace.h>
187 // Ptrace requests
syscall_darwin.go 80 //sys ptrace(request int, pid int, addr uintptr, data uintptr) (err error)
81 func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0, 0) }
82 func PtraceDetach(pid int) (err error) { return ptrace(PT_DETACH, pid, 0, 0) }
  /external/u-boot/arch/arm/cpu/armv7/
nonsec_virt.S 12 #include <asm/proc-armv/ptrace.h>
  /external/u-boot/include/
common.h 31 #include <asm/ptrace.h>
  /external/linux-kselftest/tools/testing/selftests/x86/
sigreturn.c 54 #include <sys/ptrace.h>
  /external/openssh/regress/
Makefile 38 agent-ptrace \
  /external/strace/linux/32/
syscallent.h 125 [117] = { 4, 0, SEN(ptrace), "ptrace" },
  /external/selinux/libsepol/tests/policies/test-expander/
small-base.conf 273 ptrace
  /external/strace/linux/64/
syscallent.h 118 [117] = { 4, 0, SEN(ptrace), "ptrace" },
  /external/strace/linux/avr32/
syscallent.h 55 [ 26] = { 4, 0, SEN(ptrace), "ptrace" },
  /external/strace/linux/hppa/
syscallent.h 32 [ 26] = { 4, 0, SEN(ptrace), "ptrace" },
  /external/strace/linux/ia64/
syscallent.h 54 [1048] = { 4, 0, SEN(ptrace), "ptrace" },

Completed in 999 milliseconds

1 2 3 4 5 67 8 910