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

  /external/strace/
defs.h 173 # define REG_A3 19
180 # define REG_A3 7
syscall.c 1075 a3 = regs[REG_A3];
1096 if (upeek(tcp, REG_A3, &a3) < 0)
1120 if (upeek(tcp, REG_A3, &a3) < 0)
    [all...]
process.c 734 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(REG_A3), new)<0)
    [all...]

Completed in 29 milliseconds