Searched refs:abfd (Results 1 – 1 of 1) sorted by relevance
72 bfd *abfd; in open_bfd() local75 abfd = bfd_openr(prg_fname, NULL); in open_bfd()76 if (abfd == NULL) { in open_bfd()81 if (bfd_check_format(abfd, bfd_archive)) { in open_bfd()83 bfd_close(abfd); in open_bfd()87 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) { in open_bfd()90 bfd_close(abfd); in open_bfd()94 return abfd; in open_bfd()98 static void read_syms(bfd *abfd) in read_syms() argument106 if (!(bfd_get_file_flags(abfd) & HAS_SYMS)) { in read_syms()[all …]