Searched refs:umovebytes (Results 1 – 8 of 8) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/ |
D | proc.c | 294 if (umovebytes(proc, *addr, ret, sizeof(*ret)) != sizeof(*ret)) in fetch_dyn64() 304 if (umovebytes(proc, *addr, &dyn, sizeof(dyn)) != sizeof(dyn)) in fetch_dyn32() 371 if (umovebytes(proc, addr, ret, sizeof(*ret)) != sizeof(*ret)) in fetch_lm64() 381 if (umovebytes(proc, addr, &lm, sizeof(lm)) != sizeof(lm)) in fetch_lm32() 417 if (umovebytes(proc, addr, ret, sizeof(*ret)) != sizeof(*ret)) in fetch_rd64() 427 if (umovebytes(proc, addr, &rd, sizeof(rd)) != sizeof(rd)) in fetch_rd32() 505 umovebytes(proc, (arch_addr_t)(uintptr_t)rlm.l_name, in crawl_linkmap()
|
D | trace.c | 1197 umovebytes(struct process *proc, arch_addr_t addr, void *buf, size_t len) in umovebytes() function
|
/external/ltrace/ |
D | debug.c | 63 size_t got = umovebytes(proc, addr, buf, length); in xinfdump()
|
D | backend.h | 174 size_t umovebytes(struct process *proc, arch_addr_t addr,
|
D | value.c | 148 if (umovebytes(val->inferior, val->u.inf_address, data, size) < size) { in value_reify()
|
D | proc.c | 1134 if (umovebytes(proc, addr, &u.buf, sizeof(u.dst)) \
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
D | plt.c | 139 if (umovebytes(proc, rld_addr, in arch_find_dl_debug()
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | fetch.c | 241 umovebytes(proc, ctx->nsaa, data, rest); in arch_fetch_arg_next()
|