Searched refs:bfd_check_format_matches (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dformat.c93 return bfd_check_format_matches (abfd, format, NULL);
98 bfd_check_format_matches
101 bfd_boolean bfd_check_format_matches
117 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) function
H A Dbfd-in2.h5384 bfd_boolean bfd_check_format_matches
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c273 if (bfd_check_format_matches (abfd, bfd_object, &matching))
289 if (bfd_check_format_matches (abfd, bfd_core, &matching))
H A Daddr2line.c284 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
H A Dcoffdump.c536 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
H A Dar.c754 if (! bfd_check_format_matches (arch, bfd_archive, &matching))
1247 if (! bfd_check_format_matches (arch, bfd_archive, &matching))
H A Dnm.c1132 if (bfd_check_format_matches (arfile, bfd_object, &matching))
1187 else if (bfd_check_format_matches (file, bfd_object, &matching))
H A Drescoff.c131 if (! bfd_check_format_matches (abfd, bfd_object, &matching))
H A Dobjcopy.c2014 else if (bfd_check_format_matches (ibfd, bfd_object, &obj_matching))
2043 if (bfd_check_format_matches (ibfd, bfd_core, &core_matching))
H A Dobjdump.c2953 if (bfd_check_format_matches (abfd, bfd_object, &matching))
2973 if (bfd_check_format_matches (abfd, bfd_core, &matching))
H A Dsrconv.c1856 if (!bfd_check_format_matches (abfd, bfd_object, &matching))
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c87 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
88 wpa_printf(MSG_INFO, "bfd_check_format_matches failed");
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h5391 bfd_boolean bfd_check_format_matches
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c2414 && ! bfd_check_format_matches (entry->the_bfd, bfd_object, &matching))

Completed in 230 milliseconds