Lines Matching refs:to_copy
917 struct armem *to_copy = NULL;
973 if (to_copy == NULL)
974 to_copy = newp->next = newp;
977 newp->next = to_copy->next;
978 to_copy = to_copy->next = newp;
1022 if (likely (to_copy != NULL))
1038 struct armem *last = to_copy;
1039 to_copy = to_copy->next;
1046 if (write_member (to_copy, &start, &len, elf, cur_off, newfd) != 0)
1048 while ((to_copy = to_copy->next) != NULL);