Searched refs:bfd_archive (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dformat.c33 o <<bfd_archive>>
62 <<bfd_archive>> or <<bfd_core>>).
76 if <<format>> is not one of <<bfd_object>>, <<bfd_archive>> or
201 if (format == bfd_archive && save_targ == &binary_vec)
439 case bfd_archive:
H A Dbfdio.c318 if (abfd->format != bfd_archive && abfd->my_archive == 0)
H A Dbfd-in.h197 bfd_archive, /* Object archive file. */
196 bfd_archive, /* Object archive file. */ enumerator in enum:bfd_format
H A Darchive.c575 if ((bfd_get_format (archive) != bfd_archive) ||
1633 /* The BFD is open for write and has its format set to bfd_archive. */
H A Dcofflink.c167 case bfd_archive:
H A Dlinker.c814 case bfd_archive:
H A Dbfd-in2.h204 bfd_archive, /* Object archive file. */
203 bfd_archive, /* Object archive file. */ enumerator in enum:bfd_format
H A Decoff.c3880 case bfd_archive:
H A Daoutx.h3413 case bfd_archive:
H A Dxcofflink.c2165 case bfd_archive:
H A Delflink.c5047 case bfd_archive:
/freebsd-11-stable/contrib/binutils/binutils/
H A Darsup.c186 if (!bfd_check_format(ibfd, bfd_archive))
206 bfd_set_format (obfd, bfd_archive);
H A Dsize.c269 if (bfd_check_format (abfd, bfd_archive))
366 if (bfd_check_format (file, bfd_archive))
H A Daddr2line.c281 if (bfd_check_format (abfd, bfd_archive))
H A Dar.c737 || ! bfd_set_format (arch, bfd_archive)
754 if (! bfd_check_format_matches (arch, bfd_archive, &matching))
947 bfd_set_format (obfd, bfd_archive);
1247 if (! bfd_check_format_matches (arch, bfd_archive, &matching))
H A Dnm.c1183 if (bfd_check_format (file, bfd_archive))
H A Ddlltool.c1527 if (bfd_check_format (f, bfd_archive))
2814 bfd_set_format (outarch, bfd_archive);
H A Dobjcopy.c1993 if (bfd_check_format (ibfd, bfd_archive))
H A Dobjdump.c3008 if (bfd_check_format (file, bfd_archive))
/freebsd-11-stable/contrib/binutils/ld/
H A Dldfile.c161 if (bfd_check_format (entry->the_bfd, bfd_archive))
282 && bfd_check_format (entry->the_bfd, bfd_archive)))
H A Dldlang.c751 || ! bfd_check_format (f->the_bfd, bfd_archive))
2413 if (! bfd_check_format (entry->the_bfd, bfd_archive)
2493 case bfd_archive:
2951 bfd_archive))
H A Dpe-dll.c2401 bfd_set_format (outarch, bfd_archive);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c81 if (bfd_check_format(abfd, bfd_archive)) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Drs6000-nat.c759 else if (bfd_check_format (abfd, bfd_archive))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h210 bfd_archive, /* Object archive file. */
209 bfd_archive, /* Object archive file. */ enumerator in enum:bfd_format

Completed in 984 milliseconds