Lines Matching defs:copy_start
6254 void *copy_start = NULL, *copy_end = NULL;
6275 if (!copy_start)
6276 copy_start = rec;
6280 if (!copy_start)
6287 new_sz = old_sz + (copy_end - copy_start);
6293 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start);
13313 void *copy_start = ehdr;
13314 size_t len_first = base + mmap_size - copy_start;
13328 memcpy(*copy_mem, copy_start, len_first);