Home
last modified time | relevance | path

Searched refs:bfd_check_format (Results 1 – 25 of 48) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dformat.texi26 @findex bfd_check_format
27 @subsubsection @code{bfd_check_format}
30 bfd_boolean bfd_check_format (bfd *abfd, bfd_format format);
77 Like @code{bfd_check_format}, except when it returns FALSE with
Dtargets.texi32 cause @code{bfd_check_format} to loop through all the targets.
50 @code{bfd_check_format} on the BFD with a suggested format.
53 @code{bfd_check_format} returns @code{TRUE} when the caller guesses right.
516 BFD. This causes @code{bfd_check_format} to loop over all the
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Demul_aix.c70 if (NULL == try_bfd || ! bfd_check_format (try_bfd, bfd_object)) in ar_emul_aix_internal()
79 && bfd_check_format (try_bfd, bfd_object) && (! X32)) in ar_emul_aix_internal()
Dsize.c262 if (bfd_check_format (abfd, bfd_archive)) in display_bfd()
356 if (bfd_check_format (file, bfd_archive)) in display_file()
Daddr2line.c251 if (bfd_check_format (abfd, bfd_archive)) in process_file()
Darsup.c185 if (!bfd_check_format(ibfd, bfd_archive)) in ar_open()
Dstrings.c405 if (!bfd_check_format (abfd, bfd_object)) in strings_object_file()
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldfile.c161 if (bfd_check_format (entry->the_bfd, bfd_archive)) in ldfile_try_open_bfd()
168 if (! bfd_check_format (check, bfd_object)) in ldfile_try_open_bfd()
280 && bfd_check_format (entry->the_bfd, bfd_archive))) in ldfile_try_open_bfd()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymfile-mem.c90 if (!bfd_check_format (nbfd, bfd_object)) in symbol_file_add_from_memory()
Dm32r-rom.c130 if (bfd_check_format (abfd, bfd_object) == 0) in m32r_load()
498 if (bfd_check_format (abfd, bfd_object) == 0) in m32r_upload_command()
Ddsrec.c71 if (bfd_check_format (abfd, bfd_object) == 0) in load_srec()
Drs6000-nat.c785 if (bfd_check_format (abfd, bfd_object)) in add_vmap()
788 else if (bfd_check_format (abfd, bfd_archive)) in add_vmap()
803 if (!bfd_check_format (last, bfd_object)) in add_vmap()
Dcorelow.c325 if (!bfd_check_format (temp_bfd, bfd_core) && in core_open()
Dsolib-pa64.c402 if (!bfd_check_format (tmp_bfd, bfd_object)) in pa64_solib_create_inferior_hook()
Dsolib.c298 if (!bfd_check_format (abfd, bfd_object)) in solib_map_sections()
Ddve3900-rom.c889 if (bfd_check_format (abfd, bfd_object) == 0) in r3900_load()
Dsolib-aix5.c481 if (!bfd_check_format (tmp_bfd, bfd_object)) in enable_break()
Dexec.c232 if (!bfd_check_format (exec_bfd, bfd_object)) in exec_file_attach()
Dsolib-svr4.c893 if (!bfd_check_format (tmp_bfd, bfd_object)) in enable_break()
Dsymfile.c1385 if (!bfd_check_format (sym_bfd, bfd_object)) in symfile_bfd_open()
1646 if (!bfd_check_format (loadfile_bfd, bfd_object)) in generic_load()
1979 if (!bfd_check_format (objfile->obfd, bfd_object)) in reread_symbols()
Dsolib-frv.c660 if (!bfd_check_format (tmp_bfd, bfd_object)) in enable_break2()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dformat.c89 bfd_check_format (bfd *abfd, bfd_format format) in bfd_check_format() function
Darchive.c671 if (bfd_check_format (first, bfd_object) in bfd_generic_archive_p()
1667 if ((bfd_check_format (current, bfd_object))) in _bfd_write_archive_contents()
1809 if (bfd_check_format (current, bfd_object) in _bfd_compute_and_write_armap()
Dopncls.c825 bfd_check_format (abfd, bfd_object); in bfd_make_readable()
/mirbsd/src/gnu/usr.bin/binutils/gdb/cli/
Dcli-dump.c141 if (!bfd_check_format (ibfd, bfd_object)) in bfd_openr_with_cleanup()

12