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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcorefile.c98 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object)
H A Dbfd.c652 if (abfd->format != bfd_object)
688 if (abfd->format != bfd_object)
746 if (abfd->format != bfd_object)
904 if (abfd->format == bfd_object)
931 if (abfd->format != bfd_object)
949 if (abfd->format != bfd_object)
967 if (abfd->format != bfd_object)
H A Dformat.c29 o <<bfd_object>>
59 with the format @var{format} (i.e., one of <<bfd_object>>,
74 if <<format>> is not one of <<bfd_object>>, <<bfd_archive>> or
427 case bfd_object:
H A Daout-target.h186 && bfd_get_format(abfd) == bfd_object && abfd->my_archive == NULL)
H A Dopncls.c691 used by @var{template}. The format is always set to <<bfd_object>>.
706 bfd_set_format (nbfd, bfd_object);
807 bfd_check_format (abfd, bfd_object);
H A Darchive.c645 if (bfd_check_format (first, bfd_object)
1664 if ((bfd_check_format (current, bfd_object))
1818 if (bfd_check_format (current, bfd_object)
H A Dbfd-in.h176 bfd_object, /* Linker/assembler/compiler output. */
175 bfd_object, /* Linker/assembler/compiler output. */ enumerator in enum:bfd_format
H A Dsyms.c117 | bfd_set_format (abfd, bfd_object);
433 if (abfd->format != bfd_object || bfd_read_p (abfd))
H A Decoff.c2320 || bfd_get_format (abfd) != bfd_object)
2338 || bfd_get_format (abfd) != bfd_object)
2362 || bfd_get_format (abfd) != bfd_object)
3370 if (bfd_check_format (first, bfd_object)
3494 case bfd_object:
3642 if (! bfd_check_format (element, bfd_object))
H A Dpdp11.c1391 if (bfd_get_format (abfd) == bfd_object)
2391 if (bfd_get_format (abfd) != bfd_object)
2795 if (bfd_get_format (abfd) != bfd_object)
2905 case bfd_object:
3750 BFD_ASSERT (bfd_get_format (input_bfd) == bfd_object);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymfile-mem.c80 if (!bfd_check_format (nbfd, bfd_object))
H A Ddsrec.c71 if (bfd_check_format (abfd, bfd_object) == 0)
H A Dpa64solib.c177 if (!bfd_check_format (abfd, bfd_object))
237 if (!bfd_check_format (tmp_bfd, bfd_object))
540 if (!bfd_check_format (tmp_bfd, bfd_object))
H A Dm32r-rom.c129 if (bfd_check_format (abfd, bfd_object) == 0)
497 if (bfd_check_format (abfd, bfd_object) == 0)
H A Dsolib.c264 if (!bfd_check_format (abfd, bfd_object))
H A Ddve3900-rom.c889 if (bfd_check_format (abfd, bfd_object) == 0)
H A Dexec.c221 if (!bfd_check_format (exec_bfd, bfd_object))
H A Drs6000-nat.c786 if (bfd_check_format (abfd, bfd_object))
804 if (!bfd_check_format (last, bfd_object))
H A Dsomsolib.c236 if (!bfd_check_format (abfd, bfd_object)) /* Reads in section info */
326 if (!bfd_check_format (so->abfd, bfd_object))
H A Dsolib-aix5.c481 if (!bfd_check_format (tmp_bfd, bfd_object))
H A Dsolib-frv.c652 if (!bfd_check_format (tmp_bfd, bfd_object))
H A Dsolib-svr4.c906 if (!bfd_check_format (tmp_bfd, bfd_object))
H A Dsymfile.c1282 if (!bfd_check_format (sym_bfd, bfd_object))
1536 if (!bfd_check_format (loadfile_bfd, bfd_object))
1871 if (!bfd_check_format (objfile->obfd, bfd_object))
H A Dremote-mips.c2638 if (bfd_check_format (abfd, bfd_object) == 0)
3119 if (bfd_check_format (abfd, bfd_object) == 0)
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c141 if (!bfd_check_format (ibfd, bfd_object))
159 if (!bfd_set_format (obfd, bfd_object))

Completed in 223 milliseconds

12