Searched refs:oldhead (Results 1 – 2 of 2) sorted by relevance
2684 LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist; in sort_storage_by() local2691 oldhead = ptr1 = ptr2 = device->storage; in sort_storage_by()2695 while(oldhead != NULL) { in sort_storage_by()2696 ptr1 = ptr2 = oldhead; in sort_storage_by()2712 oldhead = ptr2->next; in sort_storage_by()2713 if(oldhead != NULL) in sort_storage_by()2714 oldhead->prev = NULL; in sort_storage_by()
4807 struct symbol *oldhead = head->symbols->next_in_scn; in ld_generic_create_outfile() local4810 runp->symbols->next_in_scn = oldhead; in ld_generic_create_outfile()