Lines Matching refs:archive_next
193 for (head = arch->archive_next; head; head = head->archive_next) in map_over_members()
207 for (head = arch->archive_next; head; head = head->archive_next) in map_over_members()
215 for (head = arch->archive_next; head; head = head->archive_next) in map_over_members()
1007 last_one = &(arch->archive_next); in open_inarch()
1015 last_one = &next_one->archive_next; in open_inarch()
1197 bfd *contents_head = iarch->archive_next; in write_archive()
1280 after_bfd = &((*after_bfd)->archive_next); in get_pos_bfd()
1284 for (; *after_bfd; after_bfd = &(*after_bfd)->archive_next) in get_pos_bfd()
1288 after_bfd = &(*after_bfd)->archive_next; in get_pos_bfd()
1320 current_ptr_ptr = &(arch->archive_next); in delete_members()
1340 *current_ptr_ptr = ((*current_ptr_ptr)->archive_next); in delete_members()
1345 current_ptr_ptr = &((*current_ptr_ptr)->archive_next); in delete_members()
1374 current_ptr_ptr = &(arch->archive_next); in move_members()
1384 *current_ptr_ptr = current_ptr->archive_next; in move_members()
1387 after_bfd = get_pos_bfd (&arch->archive_next, pos_end, NULL); in move_members()
1390 current_ptr->archive_next = link_bfd; in move_members()
1398 current_ptr_ptr = &((*current_ptr_ptr)->archive_next); in move_members()
1423 current_ptr = &arch->archive_next; in replace_members()
1453 after_bfd = get_pos_bfd (&arch->archive_next, pos_after, in replace_members()
1459 *current_ptr = (*current_ptr)->archive_next; in replace_members()
1465 current_ptr = &(current->archive_next); in replace_members()
1470 after_bfd = get_pos_bfd (&arch->archive_next, pos_end, NULL); in replace_members()