/external/ltrace/ |
debug.c | 63 size_t got = umovebytes(proc, addr, buf, length);
|
backend.h | 174 size_t umovebytes(struct process *proc, arch_addr_t addr,
|
value.c | 148 if (umovebytes(val->inferior, val->u.inf_address, data, size) < size) {
|
proc.c | 1134 if (umovebytes(proc, addr, &u.buf, sizeof(u.dst)) \
|
/external/ltrace/sysdeps/linux-gnu/ |
proc.c | 294 if (umovebytes(proc, *addr, ret, sizeof(*ret)) != sizeof(*ret)) 304 if (umovebytes(proc, *addr, &dyn, sizeof(dyn)) != sizeof(dyn)) 371 if (umovebytes(proc, addr, ret, sizeof(*ret)) != sizeof(*ret)) 381 if (umovebytes(proc, addr, &lm, sizeof(lm)) != sizeof(lm)) 417 if (umovebytes(proc, addr, ret, sizeof(*ret)) != sizeof(*ret)) 427 if (umovebytes(proc, addr, &rd, sizeof(rd)) != sizeof(rd)) 505 umovebytes(proc, (arch_addr_t)(uintptr_t)rlm.l_name,
|
trace.c | 1197 umovebytes(struct process *proc, arch_addr_t addr, void *buf, size_t len) function [all...] |
/external/ltrace/sysdeps/linux-gnu/arm/ |
fetch.c | 241 umovebytes(proc, ctx->nsaa, data, rest);
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
plt.c | 139 if (umovebytes(proc, rld_addr,
|