Lines Matching refs:to_copy
921 struct armem *to_copy = NULL;
978 if (to_copy == NULL)
979 to_copy = newp->next = newp;
982 newp->next = to_copy->next;
983 to_copy = to_copy->next = newp;
1027 if (likely (to_copy != NULL))
1043 struct armem *last = to_copy;
1044 to_copy = to_copy->next;
1051 if (write_member (to_copy, &start, &len, elf, cur_off, newfd) != 0)
1053 while ((to_copy = to_copy->next) != NULL);