Home | History | Annotate | Download | only in ld

Lines Matching defs:ibfd

110   bfd *ibfd;
633 bfd_plugin_close_file_descriptor (input->ibfd, input->fd);
1221 plugin_object_p (bfd *ibfd, bool known_used)
1229 if ((ibfd->flags & BFD_PLUGIN) != 0)
1236 if (ibfd->plugin_format != bfd_plugin_unknown
1237 && (!known_used || ibfd->plugin_format != bfd_plugin_yes_unused))
1239 if (ibfd->plugin_format == bfd_plugin_no)
1247 abfd = plugin_get_ir_dummy_bfd (bfd_get_filename (ibfd), ibfd);
1254 if (!bfd_plugin_open_input (ibfd, &file))
1257 if (file.name == bfd_get_filename (ibfd))
1259 /* We must copy filename attached to ibfd if it is not an archive
1266 input->ibfd = ibfd->my_archive != NULL ? ibfd : NULL;
1274 input->name = plugin_strdup (abfd, bfd_get_filename (ibfd));
1284 && (!claimed || !bfd_plugin_target_p (ibfd->xvec)))
1303 ibfd->plugin_format = bfd_plugin_yes;
1305 ibfd->plugin_format = bfd_plugin_yes_unused;
1306 ibfd->plugin_dummy_bfd = abfd;
1308 abfd->no_export = ibfd->no_export;
1335 ibfd->plugin_format = bfd_plugin_no;