Searched refs:bfd_check_format (Results 1 – 25 of 48) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | format.texi | 26 @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
|
| D | targets.texi | 32 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/ |
| D | emul_aix.c | 70 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()
|
| D | size.c | 262 if (bfd_check_format (abfd, bfd_archive)) in display_bfd() 356 if (bfd_check_format (file, bfd_archive)) in display_file()
|
| D | addr2line.c | 251 if (bfd_check_format (abfd, bfd_archive)) in process_file()
|
| D | arsup.c | 185 if (!bfd_check_format(ibfd, bfd_archive)) in ar_open()
|
| D | strings.c | 405 if (!bfd_check_format (abfd, bfd_object)) in strings_object_file()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldfile.c | 161 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/ |
| D | symfile-mem.c | 90 if (!bfd_check_format (nbfd, bfd_object)) in symbol_file_add_from_memory()
|
| D | m32r-rom.c | 130 if (bfd_check_format (abfd, bfd_object) == 0) in m32r_load() 498 if (bfd_check_format (abfd, bfd_object) == 0) in m32r_upload_command()
|
| D | dsrec.c | 71 if (bfd_check_format (abfd, bfd_object) == 0) in load_srec()
|
| D | rs6000-nat.c | 785 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()
|
| D | corelow.c | 325 if (!bfd_check_format (temp_bfd, bfd_core) && in core_open()
|
| D | solib-pa64.c | 402 if (!bfd_check_format (tmp_bfd, bfd_object)) in pa64_solib_create_inferior_hook()
|
| D | solib.c | 298 if (!bfd_check_format (abfd, bfd_object)) in solib_map_sections()
|
| D | dve3900-rom.c | 889 if (bfd_check_format (abfd, bfd_object) == 0) in r3900_load()
|
| D | solib-aix5.c | 481 if (!bfd_check_format (tmp_bfd, bfd_object)) in enable_break()
|
| D | exec.c | 232 if (!bfd_check_format (exec_bfd, bfd_object)) in exec_file_attach()
|
| D | solib-svr4.c | 893 if (!bfd_check_format (tmp_bfd, bfd_object)) in enable_break()
|
| D | symfile.c | 1385 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()
|
| D | solib-frv.c | 660 if (!bfd_check_format (tmp_bfd, bfd_object)) in enable_break2()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | format.c | 89 bfd_check_format (bfd *abfd, bfd_format format) in bfd_check_format() function
|
| D | archive.c | 671 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()
|
| D | opncls.c | 825 bfd_check_format (abfd, bfd_object); in bfd_make_readable()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-dump.c | 141 if (!bfd_check_format (ibfd, bfd_object)) in bfd_openr_with_cleanup()
|
12