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

123

/freebsd-11-stable/contrib/binutils/gas/
H A Doutput-file.c47 bfd_set_format (stdoutput, bfd_object);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcorefile.c101 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
H A Dbfd.c713 if (abfd->format != bfd_object)
749 if (abfd->format != bfd_object)
807 if (abfd->format != bfd_object)
963 if (abfd->format == bfd_object)
990 if (abfd->format != bfd_object)
1008 if (abfd->format != bfd_object)
1026 if (abfd->format != bfd_object)
H A Dformat.c29 o <<bfd_object>>
61 with the format @var{format} (i.e., one of <<bfd_object>>,
76 if <<format>> is not one of <<bfd_object>>, <<bfd_archive>> or
437 case bfd_object:
H A Daout-target.h178 && bfd_get_format(abfd) == bfd_object && abfd->my_archive == NULL)
H A Dopncls.c753 used by @var{template}. The format is always set to <<bfd_object>>.
768 bfd_set_format (nbfd, bfd_object);
869 bfd_check_format (abfd, bfd_object);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddsrec.c71 if (bfd_check_format (abfd, bfd_object) == 0)
H A Dpa64solib.c176 if (!bfd_check_format (abfd, bfd_object))
236 if (!bfd_check_format (tmp_bfd, bfd_object))
538 if (!bfd_check_format (tmp_bfd, bfd_object))
H A Dsolib-svr4.c356 if (!bfd_check_format (interp_bfd, bfd_object))
1039 if (!bfd_check_format (tmp_bfd, bfd_object))
H A Dsolib.c261 if (!bfd_check_format (abfd, bfd_object))
H A Ddve3900-rom.c889 if (bfd_check_format (abfd, bfd_object) == 0)
H A Dexec.c224 if (!bfd_check_format (exec_bfd, bfd_object))
H A Drs6000-nat.c756 if (bfd_check_format (abfd, bfd_object))
774 if (!bfd_check_format (last, bfd_object))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c209 if (! bfd_set_format (abfd, bfd_object))
271 if (! bfd_set_format (abfd, bfd_object))
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 Dsize.c273 if (bfd_check_format_matches (abfd, bfd_object, &matching))
H A Dstrings.c408 if (!bfd_check_format (abfd, bfd_object))
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))
439 if (! bfd_set_format (abfd, bfd_object))
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c141 if (!bfd_check_format (ibfd, bfd_object))
159 if (!bfd_set_format (obfd, bfd_object))
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c237 if (!bfd_check_format(bfd, bfd_object))
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c87 if (!bfd_check_format_matches(abfd, bfd_object, &matching)) {
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c1700 bfd_set_format (abfd, bfd_object);
1775 bfd_set_format (abfd, bfd_object);
1927 bfd_set_format (abfd, bfd_object);
2097 bfd_set_format (abfd, bfd_object);
2189 bfd_set_format (abfd, bfd_object);
2241 bfd_set_format (abfd, bfd_object);
2287 bfd_set_format (abfd, bfd_object);
2619 if (!bfd_check_format (dll, bfd_object))
2861 return (bfd_get_format (abfd) == bfd_object
H A Dldfile.c168 if (! bfd_check_format (check, bfd_object))

Completed in 194 milliseconds

123