Home | History | Annotate | Download | only in binutils

Lines Matching defs:this_element

3641   bfd *this_element;
3684 this_element = bfd_openr_next_archived_file (ibfd, NULL);
3693 while (ok && this_element != NULL)
3702 element_name = bfd_get_filename (this_element);
3730 bfd_close (this_element);
3746 stat_status = bfd_stat_arch_elt (this_element, &buf);
3758 this_element->plugin_format = bfd_plugin_no;
3759 ok_object = bfd_check_format (this_element, bfd_object);
3766 output_element = bfd_openw (output_name, bfd_get_target (this_element));
3771 bfd_close (this_element);
3778 ok = copy_object (this_element, output_element, input_arch);
3780 if (!ok && bfd_get_arch (this_element) == bfd_arch_unknown)
3786 ok = copy_unknown_object (this_element, output_element);
3801 bfd_close (this_element);
3817 bfd *last_element = this_element;
3818 this_element = bfd_openr_next_archived_file (ibfd, last_element);