Lines Matching defs:nbfd
189 bfd *nbfd;
199 nbfd = bfd_openr (abfd->filename, NULL);
200 if (nbfd == NULL)
209 nbfd->plugin_format = bfd_plugin_no;
210 if (!bfd_check_format (nbfd, bfd_object))
214 bfd_close (nbfd);
219 abfd->lto_type = nbfd->lto_type;
231 nbfd = abfd;
234 if (nbfd->lto_type == lto_mixed_object
235 && (nbfd->flags & HAS_SYMS) != 0)
237 object_only_file = bfd_extract_object_only_section (nbfd);
247 if (nbfd != abfd)
248 bfd_close (nbfd);
256 nbfd = bfd_openr (object_only_file, NULL);
259 nbfd->plugin_format = bfd_plugin_no;
260 if (!bfd_check_format (nbfd, bfd_object))
268 storage = bfd_get_symtab_upper_bound (nbfd);
280 object_only_nsyms = bfd_canonicalize_symtab (nbfd, object_only_syms);
328 bfd_close (nbfd);