Lines Matching refs:the_bfd
145 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
149 if (entry->the_bfd == NULL) in ldfile_try_open_bfd()
155 if (entry->the_bfd == NULL) in ldfile_try_open_bfd()
163 entry->the_bfd->flags |= BFD_DECOMPRESS; in ldfile_try_open_bfd()
180 if (bfd_check_format (entry->the_bfd, bfd_archive)) in ldfile_try_open_bfd()
181 check = bfd_openr_next_archived_file (entry->the_bfd, NULL); in ldfile_try_open_bfd()
183 check = entry->the_bfd; in ldfile_try_open_bfd()
189 if (check == entry->the_bfd in ldfile_try_open_bfd()
278 bfd_close (entry->the_bfd); in ldfile_try_open_bfd()
279 entry->the_bfd = NULL; in ldfile_try_open_bfd()
286 if (!entry->flags.dynamic && (entry->the_bfd->flags & DYNAMIC) != 0) in ldfile_try_open_bfd()
290 bfd_close (entry->the_bfd); in ldfile_try_open_bfd()
291 entry->the_bfd = NULL; in ldfile_try_open_bfd()
301 && bfd_check_format (entry->the_bfd, bfd_archive))) in ldfile_try_open_bfd()
307 bfd_close (entry->the_bfd); in ldfile_try_open_bfd()
308 entry->the_bfd = NULL; in ldfile_try_open_bfd()
324 if (bfd_check_format (entry->the_bfd, bfd_object) in ldfile_try_open_bfd()
417 if (entry->the_bfd != NULL) in ldfile_open_file()