Lines Matching refs:the_bfd
1463 bfd_map_over_sections (is->the_bfd, debug_section_p, &found_debug);
1514 if (is->the_bfd->my_archive)
1520 for (sec = is->the_bfd->sections; sec; sec = sec->next)
1533 for (sec = is->the_bfd->sections; sec; sec = sec->next)
1541 relsize = bfd_get_reloc_upper_bound (is->the_bfd, sec);
1545 if (!bfd_generic_link_read_symbols (is->the_bfd))
1548 is->the_bfd);
1551 symbols = bfd_get_outsymbols (is->the_bfd);
1554 nrelocs = bfd_canonicalize_reloc (is->the_bfd, sec,
1590 (is->the_bfd->my_archive),
1597 is->the_bfd->my_archive->filename = n;
1626 if (is->the_bfd->my_archive)
1629 bfd *arch = is->the_bfd->my_archive;
1637 is3 && is3->the_bfd->my_archive == arch;
1644 pnt = strrchr (is3->the_bfd->filename, '.');
1656 is2 && is2->the_bfd->my_archive == arch;
1661 pnt = strrchr (is2->the_bfd->filename, '.');
1665 if (filename_cmp (is3->the_bfd->filename,
1666 is2->the_bfd->filename))
1678 pnt = strrchr (is->the_bfd->filename, '.');
1686 for (sec = is->the_bfd->sections; sec; sec = sec->next)
1700 new_name = xmalloc (strlen (is->the_bfd->filename) + 3);
1701 sprintf (new_name, "%s.%c", is->the_bfd->filename, seq);
1702 is->the_bfd->filename = new_name;
1827 if (pep_bfd_is_dll (entry->the_bfd))