Searched refs:mem_copy_next (Results 1 – 1 of 1) sorted by relevance
191 static MemCopyInfo *mem_copy_next(MemCopyInfo *mem, intptr_t s, intptr_t l) in mem_copy_next() function344 for (mc = mem_copy_first(ctx, s, s); mc; mc = mem_copy_next(mc, s, s)) { in find_mem_copy_for()