Searched defs:umoven (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dutil.c789 if (umoven(tcp, addr, size, str) < 0) {
838 if (umoven(tcp, addr, size, iov) >= 0) {
884 if (umoven(tcp, addr, len, str) < 0)
986 umoven(struct tcb *tcp, long addr, unsigned int len, void *our_addr) function
1006 error_msg("umoven: short read (%u < %u) @0x%lx",
1048 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%lx",
1071 perror_msg("umoven: short read (%u < %u) @0x%lx",
1077 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%lx",

Completed in 64 milliseconds