Lines Matching refs:ptrace
169 ptrace(PT_DETACH, g_pid, (caddr_t)1, sig); in elf_detach()
193 ptrace(PT_ATTACH, pid, NULL, 0); in elf_coredump()
256 ptrace(PT_IO, pid, (caddr_t)&iorequest, 0); in elf_coredump()
344 threads = ptrace(PT_GETNUMLWPS, pid, NULL, 0); in elf_putnotes()
351 ptrace(PT_GETLWPLIST, pid, (void *)tids, threads); in elf_putnotes()
414 if (ptrace(PT_GETREGSET, tid, (void *)&iov, type) != 0) in elf_putregnote()
419 if (ptrace(PT_GETREGSET, tid, (void *)&iov, type) != 0) in elf_putregnote()
689 if (ptrace(PT_GETXSTATE_INFO, tid, (void *)&info, in elf_note_x86_xstate()
699 ptrace(PT_GETXSTATE, tid, xstate, 0); in elf_note_x86_xstate()
717 if (ptrace(PT_GETVRREGS, tid, (void *)&info, in elf_note_powerpc_vmx()
741 if (ptrace(PT_GETVSRREGS, tid, (void *)vshr, in elf_note_powerpc_vsx()