Lines Matching refs:archive_next
203 for (head = arch->archive_next; head; head = head->archive_next)
214 for (head = arch->archive_next; head; head = head->archive_next)
222 for (head = arch->archive_next; head; head = head->archive_next)
1075 last_one = &(arch->archive_next);
1082 last_one = &next_one->archive_next;
1275 bfd *contents_head = iarch->archive_next;
1361 after_bfd = &((*after_bfd)->archive_next);
1365 for (; *after_bfd; after_bfd = &(*after_bfd)->archive_next)
1369 after_bfd = &(*after_bfd)->archive_next;
1401 current_ptr_ptr = &(arch->archive_next);
1421 *current_ptr_ptr = ((*current_ptr_ptr)->archive_next);
1426 current_ptr_ptr = &((*current_ptr_ptr)->archive_next);
1458 current_ptr_ptr = &(arch->archive_next);
1468 *current_ptr_ptr = current_ptr->archive_next;
1471 after_bfd = get_pos_bfd (&arch->archive_next, pos_end, NULL);
1474 current_ptr->archive_next = link_bfd;
1482 current_ptr_ptr = &((*current_ptr_ptr)->archive_next);
1508 current_ptr = &arch->archive_next;
1561 after_bfd = get_pos_bfd (&arch->archive_next, pos_after,
1578 *current_ptr = (*current_ptr)->archive_next;
1584 current_ptr = &(current->archive_next);
1589 after_bfd = get_pos_bfd (&arch->archive_next, pos_end, NULL);