• Home
  • Raw
  • Download

Lines Matching refs:PTRACE_POKEUSER

69 # define PTRACE_POKEUSR PTRACE_POKEUSER
699 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(ORIG_EAX * 4), new) < 0) in change_syscall()
704 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(ORIG_RAX * 8), new) < 0) in change_syscall()
708 if (ptrace(PTRACE_POKEUSER, tcp->pid, in change_syscall()
714 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_GPR2), new)<0) in change_syscall()
718 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(4*PT_ORIG_D0), new)<0) in change_syscall()
730 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_V0), new)<0) in change_syscall()
734 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_A3), new)<0) in change_syscall()
738 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_R8), new) < 0) in change_syscall()
742 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_P0), new)<0) in change_syscall()
758 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_R1), new)<0) in change_syscall()
760 } else if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_R15), new)<0) in change_syscall()
764 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_GR20), new)<0) in change_syscall()
768 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(4*(REG_REG0+3)), new)<0) in change_syscall()
774 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_SYSCALL), in change_syscall()
779 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(4*PT_R9), new) < 0) in change_syscall()
793 if (ptrace(PTRACE_POKEUSER, tcp->pid, in change_syscall()
799 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_GPR(0)), new)<0) in change_syscall()
2236 { PTRACE_POKEUSER, "PTRACE_POKEUSER", },
3317 || tcp->u_arg[0] == PTRACE_POKEUSER) { in sys_ptrace()