Home | History | Annotate | Download | only in binutils

Lines Matching defs:abfd

50 iovec_stat (struct bfd *abfd ATTRIBUTE_UNUSED,
57 check_format_any (struct bfd *abfd, bfd_format format)
61 if (bfd_check_format_matches (abfd, format, &targets))
66 bfd_find_target (targets[0], abfd);
68 return bfd_check_format (abfd, format);
78 bfd *abfd, *mbfd;
87 abfd = bfd_openr_iovec (argv[1], 0, iovec_open, file,
89 if (!abfd)
92 if (!check_format_any (abfd, bfd_archive))
95 mbfd = bfd_openr_next_archived_file (abfd, 0);
102 if (!bfd_close (abfd))