Lines Matching defs:copy_start
6529 void *copy_start = NULL, *copy_end = NULL;
6550 if (!copy_start)
6551 copy_start = rec;
6555 if (!copy_start)
6562 new_sz = old_sz + (copy_end - copy_start);
6568 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start);
13766 void *copy_start = ehdr;
13767 size_t len_first = base + mmap_size - copy_start;
13781 memcpy(*copy_mem, copy_start, len_first);