Searched refs:archive_head (Results 1 – 12 of 12) sorted by relevance
194 ptr = &(obfd->archive_head); in ar_open()218 abfd->next = obfd->archive_head; in ar_addlib_doer()219 obfd->archive_head = abfd; in ar_addlib_doer()264 abfd->next = obfd->archive_head; in ar_addmod()265 obfd->archive_head = abfd; in ar_addmod()277 obfd->archive_head = 0; in ar_clear()293 bfd *member = obfd->archive_head; in ar_delete()294 bfd **prev = &(obfd->archive_head); in ar_delete()355 bfd *member = obfd->archive_head; in ar_replace()356 bfd **prev = &(obfd->archive_head); in ar_replace()[all …]
1625 bfd **ptr = &obfd->archive_head; in copy_archive()
261 output_archive->archive_head = new_head; in bfd_set_archive_head()1238 for (current = abfd->archive_head; current != NULL; current = current->next) in _bfd_construct_extended_name_table()1290 for (current = abfd->archive_head; current != NULL; current = in _bfd_construct_extended_name_table()1641 for (current = arch->archive_head; current; current = current->next) in _bfd_write_archive_contents()1709 for (current = arch->archive_head; current; current = current->next) in _bfd_write_archive_contents()1800 while (arch->archive_head && in _bfd_compute_and_write_armap()1801 strcmp (arch->archive_head->filename, "__.SYMDEF") == 0) in _bfd_compute_and_write_armap()1802 arch->archive_head = arch->archive_head->next; in _bfd_compute_and_write_armap()1805 for (current = arch->archive_head; in _bfd_compute_and_write_armap()1925 bfd *current = arch->archive_head; in bsd_write_armap()[all …]
156 bfd *current = arch->archive_head; in bfd_elf64_archive_write_armap()199 current = arch->archive_head; in bfd_elf64_archive_write_armap()
1624 sub = abfd->archive_head;1794 current_bfd = abfd->archive_head;1897 current_bfd = abfd->archive_head;1926 current_bfd = abfd->archive_head;1993 current_bfd = abfd->archive_head;2022 current_bfd = abfd->archive_head;2096 for (sub = abfd->archive_head; sub != NULL; sub = sub->next)2112 for (sub = abfd->archive_head, i = 0; sub != NULL; sub = sub->next, i++)2260 for (sub = abfd->archive_head; sub != NULL; sub = sub->next)2328 for (current_bfd = abfd->archive_head, count = 0, total_namlen = 0;[all …]
63 bfd *archive_head; /* Only interesting in output routines */ member
68 bfd *archive_head; /* Only interesting in output routines */ member
5717 bfd *curr_bfd = abfd->archive_head; in som_bfd_prep_for_ar_write()5877 curr_bfd = abfd->archive_head; in som_bfd_ar_write_symbol_stuff()6101 curr_bfd = abfd->archive_head; in som_write_armap()
4177 struct bfd *archive_head; /* The first BFD in the archive. */ member
3086 current = abfd->archive_head; in _bfd_ecoff_write_armap()
23 the @code{archive_head} slot of the archive. Set it with
119 struct bfd *archive_head; /* The first BFD in the archive. */