Lines Matching refs:the_bfd
132 && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0)
134 entry->the_bfd);
137 || (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) == 0)
140 bfd_elf_set_dyn_lib_class (entry->the_bfd,
193 if (s->the_bfd == NULL
194 || (bfd_get_file_flags (s->the_bfd) & DYNAMIC) == 0)
197 soname = bfd_elf_get_dt_soname (s->the_bfd);
199 soname = lbasename (bfd_get_filename (s->the_bfd));
246 if (s->the_bfd == NULL)
251 if ((bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0)
254 if (bfd_stat (s->the_bfd, &st) != 0)
256 einfo ("%P:%B: bfd_stat failed: %E\n", s->the_bfd);
291 soname = bfd_elf_get_dt_soname (s->the_bfd);
849 && (bfd_elf_get_dyn_lib_class (global_found->the_bfd)
853 if (s->filename == NULL || s->the_bfd == NULL)
858 && (bfd_elf_get_dyn_lib_class (s->the_bfd) & DYN_AS_NEEDED) != 0)
878 soname = bfd_elf_get_dt_soname (s->the_bfd);
1133 && (bfd_elf_get_dyn_lib_class (global_found->the_bfd)
1524 s = bfd_get_section_by_name (is->the_bfd, ".gnu.warning");
1530 if (! bfd_get_section_contents (is->the_bfd, s, msg,
1533 is->the_bfd);
1537 is->the_bfd, (asection *) NULL,
1645 if (bfd_check_format (entry->the_bfd, bfd_object)
1646 && (entry->the_bfd->flags & DYNAMIC) != 0)
1655 bfd_elf_set_dt_needed_name (entry->the_bfd, filename);