Lines Matching defs:ibfd
111 bfd *ibfd;
634 bfd_plugin_close_file_descriptor (input->ibfd, input->fd);
1222 plugin_object_p (bfd *ibfd, bool known_used)
1230 if ((ibfd->flags & BFD_PLUGIN) != 0)
1237 if (ibfd->plugin_format != bfd_plugin_unknown
1238 && (!known_used || ibfd->plugin_format != bfd_plugin_yes_unused))
1240 if (ibfd->plugin_format == bfd_plugin_no)
1248 abfd = plugin_get_ir_dummy_bfd (bfd_get_filename (ibfd), ibfd);
1255 if (!bfd_plugin_open_input (ibfd, &file))
1258 if (file.name == bfd_get_filename (ibfd))
1260 /* We must copy filename attached to ibfd if it is not an archive
1267 input->ibfd = ibfd->my_archive != NULL ? ibfd : NULL;
1275 input->name = plugin_strdup (abfd, bfd_get_filename (ibfd));
1285 && (!claimed || !bfd_plugin_target_p (ibfd->xvec)))
1304 ibfd->plugin_format = bfd_plugin_yes;
1306 ibfd->plugin_format = bfd_plugin_yes_unused;
1307 ibfd->plugin_dummy_bfd = abfd;
1309 abfd->no_export = ibfd->no_export;
1331 ibfd->plugin_format = bfd_plugin_no;