Home
last modified time | relevance | path

Searched refs:archive_next (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Darsup.c56 head = arch->archive_next; in map_over_list()
59 next = head->archive_next; in map_over_list()
78 for (head = arch->archive_next; head; head = head->archive_next) in map_over_list()
202 ptr = &element->archive_next; in ar_open()
219 prev->archive_next = abfd->archive_next; in ar_addlib_doer()
221 abfd->archive_next = obfd->archive_head; in ar_addlib_doer()
267 abfd->archive_next = obfd->archive_head; in ar_addmod()
304 *prev = member->archive_next; in ar_delete()
308 prev = &(member->archive_next); in ar_delete()
310 member = member->archive_next; in ar_delete()
[all …]
Dar.c182 for (head = arch->archive_next; head; head = head->archive_next) in map_over_members()
196 for (head = arch->archive_next; head; head = head->archive_next) in map_over_members()
204 for (head = arch->archive_next; head; head = head->archive_next) in map_over_members()
959 last_one = &(arch->archive_next); in open_inarch()
967 last_one = &next_one->archive_next; in open_inarch()
1132 bfd *contents_head = iarch->archive_next; in write_archive()
1211 after_bfd = &((*after_bfd)->archive_next); in get_pos_bfd()
1215 for (; *after_bfd; after_bfd = &(*after_bfd)->archive_next) in get_pos_bfd()
1219 after_bfd = &(*after_bfd)->archive_next; in get_pos_bfd()
1251 current_ptr_ptr = &(arch->archive_next); in delete_members()
[all …]
Dbinemul.c77 after_bfd = &((*after_bfd)->archive_next); in do_ar_emul_append()
89 new_bfd->archive_next = *after_bfd; in do_ar_emul_append()
129 new_bfd->archive_next = *after_bfd; in ar_emul_default_replace()
Demul_aix.c95 new_bfd->archive_next = *after_bfd; in ar_emul_aix_replace()
Ddlltool.c3204 n->archive_next = head; in gen_lib_file()
3224 n->archive_next = head; in gen_lib_file()
3230 ar_head->archive_next = head; in gen_lib_file()
3231 ar_tail->archive_next = ar_head; in gen_lib_file()
3242 bfd *n = head->archive_next; in gen_lib_file()
DChangeLog-2007464 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
512 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
Dobjcopy.c2409 ptr = &output_bfd->archive_next; in copy_archive()
/toolchain/binutils/binutils-2.25/bfd/
Darchive.c392 abfd = abfd->archive_next) in _bfd_find_nested_archive()
403 abfd->archive_next = arch_bfd->nested_archives; in _bfd_find_nested_archive()
1572 current = current->archive_next) in _bfd_construct_extended_name_table()
1665 current = current->archive_next) in _bfd_construct_extended_name_table()
1763 current = current->archive_next) in _bfd_archive_bsd44_construct_extended_name_table()
2127 current = current->archive_next) in _bfd_write_archive_contents()
2201 current = current->archive_next) in _bfd_write_archive_contents()
2301 arch->archive_head = arch->archive_head->archive_next; in _bfd_compute_and_write_armap()
2306 current = current->archive_next, elt_no++) in _bfd_compute_and_write_armap()
2490 current = current->archive_next; in bsd_write_armap()
[all …]
Darchive64.c199 current = current->archive_next) in bfd_elf64_archive_write_armap()
Dcoff-rs6000.c310 iterator->current.member->archive_next, in archive_iterator_next()
1836 current_bfd = current_bfd->archive_next) in xcoff_write_armap_big()
1951 current_bfd = current_bfd->archive_next) in xcoff_write_armap_big()
2031 current_bfd = current_bfd->archive_next) in xcoff_write_armap_big()
2095 for (sub = abfd->archive_head; sub != NULL; sub = sub->archive_next) in xcoff_write_archive_contents_old()
2235 for (sub = abfd->archive_head; sub != NULL; sub = sub->archive_next) in xcoff_write_archive_contents_old()
2305 current_bfd = current_bfd->archive_next, count++) in xcoff_write_archive_contents_big()
2475 current_bfd = current_bfd->archive_next) in xcoff_write_archive_contents_big()
Dvms-lib.c2051 current = current->archive_next) in _bfd_vms_lib_write_archive_contents()
2075 current = current->archive_next, i++) in _bfd_vms_lib_write_archive_contents()
Dsom.c6222 curr_bfd = curr_bfd->archive_next; in som_bfd_prep_for_ar_write()
6267 curr_bfd = curr_bfd->archive_next; in som_bfd_prep_for_ar_write()
6372 curr_bfd = curr_bfd->archive_next; in som_bfd_ar_write_symbol_stuff()
6495 curr_bfd = curr_bfd->archive_next; in som_bfd_ar_write_symbol_stuff()
6603 curr_bfd = curr_bfd->archive_next; in som_write_armap()
Dbfd-in2.h6482 struct bfd *archive_next; /* The next BFD in the archive. */ member
Decoff.c3112 current = current->archive_next; in _bfd_ecoff_write_armap()
DChangeLog-20071933 * bfd.c (struct bfd): Rename "next" to "archive_next".
/toolchain/binutils/binutils-2.25/ld/
Dpe-dll.c2779 newbfd->archive_next = head; in pe_dll_generate_implib()
2796 n->archive_next = head; in pe_dll_generate_implib()
2807 ar_head->archive_next = head; in pe_dll_generate_implib()
2808 ar_tail->archive_next = ar_head; in pe_dll_generate_implib()
2819 bfd *n = head->archive_next; in pe_dll_generate_implib()
DChangeLog-2007521 * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.