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

  /external/strace/
sysmips.c 57 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1),
pathtrace.c 61 return umovestr(tcp, upath, sizeof path, path) > 0 &&
util.c 764 nul_seen = umovestr(tcp, addr, n + 1, path);
816 if (umovestr(tcp, addr, size + 1, str) < 0) {
1188 umovestr(struct tcb *tcp, long addr, unsigned int len, char *laddr) function
1256 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1287 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1314 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1320 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
defs.h 513 extern int umovestr(struct tcb *, long, unsigned int, char *);

Completed in 500 milliseconds