Lines Matching refs:copy_start
6061 void *copy_start = NULL, *copy_end = NULL;
6083 if (!copy_start)
6084 copy_start = rec;
6088 if (!copy_start)
6095 new_sz = old_sz + (copy_end - copy_start);
6101 memcpy(new_prog_info + old_sz, copy_start, copy_end - copy_start);
9916 void *copy_start = ehdr;
9917 size_t len_first = base + mmap_size - copy_start;
9931 memcpy(*copy_mem, copy_start, len_first);