Home | History | Annotate | Download | only in binutils

Lines Matching refs:obfd

43 static bfd *obfd;
165 obfd = bfd_fdopenw (temp_name, NULL, temp_fd);
167 if (!obfd)
206 ptr = &(obfd->archive_head);
217 bfd_set_format (obfd, bfd_archive);
219 obfd->has_armap = 1;
220 obfd->is_thin_archive = 0;
231 abfd->archive_next = obfd->archive_head;
232 obfd->archive_head = abfd;
238 if (obfd == NULL)
258 if (!obfd)
282 abfd->archive_next = obfd->archive_head;
283 obfd->archive_head = abfd;
294 if (obfd)
295 obfd->archive_head = 0;
301 if (!obfd)
311 bfd *member = obfd->archive_head;
312 bfd **prev = &(obfd->archive_head);
343 if (!obfd)
353 obfd->flags |= BFD_DETERMINISTIC_OUTPUT;
356 bfd_close (obfd);
363 obfd = bfd_openw (real_name, NULL);
364 if (obfd != NULL)
366 bfd_set_format (obfd, bfd_archive);
367 bfd_close (obfd);
372 obfd = 0;
381 if (!obfd)
391 bfd *member = obfd->archive_head;
392 bfd **prev = &(obfd->archive_head);
447 if (!obfd)
458 printf (_("Current open archive is %s\n"), bfd_get_filename (obfd));
460 for (abfd = obfd->archive_head;
470 if (obfd)
472 const char *filename = bfd_get_filename (obfd);
473 bfd_close_all_done (obfd);
481 if (!obfd)
491 bfd *member = obfd->archive_head;