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

  /bionic/libc/kernel/arch-sh/asm/
ptrace.h 26 #define REG_REG0 0
  /external/strace/
process.c 696 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(4*(REG_REG0+3)), new)<0)
    [all...]
syscall.c 1209 if (upeek(pid, 4*(REG_REG0+3), &scno) < 0)
1253 if (upeek(pid, 4*REG_REG0, (long *)&r0) < 0)
    [all...]

Completed in 71 milliseconds