| /openbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | format.texi | 15 @code{bfd_archive} 35 @code{bfd_archive} or @code{bfd_core}). 52 if @code{format} is not one of @code{bfd_object}, @code{bfd_archive} or
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| D | format.texi | 15 @code{bfd_archive} 38 @code{bfd_archive} or @code{bfd_core}). 55 if @code{format} is not one of @code{bfd_object}, @code{bfd_archive} or
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | format.c | 191 if (format == bfd_archive && save_targ == &binary_vec) in bfd_check_format_matches() 429 case bfd_archive: in bfd_format_string()
|
| D | bfdio.c | 297 if (abfd->format != bfd_archive && abfd->my_archive == 0) in bfd_seek()
|
| D | bfd-in.h | 177 bfd_archive, /* Object archive file. */ enumerator
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | format.c | 201 if (format == bfd_archive && save_targ == &binary_vec) in bfd_check_format_matches() 439 case bfd_archive: in bfd_format_string()
|
| D | bfdio.c | 311 if (abfd->format != bfd_archive && abfd->my_archive == 0) in bfd_seek()
|
| D | bfd-in.h | 173 bfd_archive, /* Object archive file. */ enumerator
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ar.c | 769 || ! bfd_set_format (arch, bfd_archive) in open_inarch() 786 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in open_inarch() 1000 if (!bfd_check_format (temp, bfd_archive)) 1084 bfd_set_format (obfd, bfd_archive); in write_archive() 1384 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in ranlib_touch()
|
| D | arsup.c | 185 if (!bfd_check_format(ibfd, bfd_archive)) in ar_open() 205 bfd_set_format (obfd, bfd_archive); in ar_open()
|
| D | size.c | 265 if (bfd_check_format (abfd, bfd_archive)) in display_bfd() 359 if (bfd_check_format (file, bfd_archive)) in display_file()
|
| D | binemul.c | 126 || ! bfd_set_format (*abfd_out, bfd_archive) in ar_emul_default_create()
|
| D | addr2line.c | 240 if (bfd_check_format (abfd, bfd_archive)) in process_file()
|
| D | dlltool.c | 1485 if (bfd_check_format (f, bfd_archive)) in scan_obj_file() 2793 bfd_set_format (outarch, bfd_archive); in gen_lib_file()
|
| D | nm.c | 617 if (bfd_check_format (file, bfd_archive)) in display_file()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | arsup.c | 185 if (!bfd_check_format(ibfd, bfd_archive)) in ar_open() 205 bfd_set_format (obfd, bfd_archive); in ar_open()
|
| D | ar.c | 753 || ! bfd_set_format (arch, bfd_archive) in open_inarch() 770 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in open_inarch() 954 bfd_set_format (obfd, bfd_archive); in write_archive() 1256 if (! bfd_check_format_matches (arch, bfd_archive, &matching)) in ranlib_touch()
|
| D | size.c | 265 if (bfd_check_format (abfd, bfd_archive)) in display_bfd() 359 if (bfd_check_format (file, bfd_archive)) in display_file()
|
| D | addr2line.c | 291 if (bfd_check_format (abfd, bfd_archive)) in process_file()
|
| D | dlltool.c | 1496 if (bfd_check_format (f, bfd_archive)) in scan_obj_file() 2718 bfd_set_format (outarch, bfd_archive); in gen_lib_file()
|
| D | nm.c | 1175 if (bfd_check_format (file, bfd_archive)) in display_file()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ldfile.c | 161 if (bfd_check_format (entry->the_bfd, bfd_archive)) in ldfile_try_open_bfd() 280 && bfd_check_format (entry->the_bfd, bfd_archive))) in ldfile_try_open_bfd()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldfile.c | 165 if (bfd_check_format (entry->the_bfd, bfd_archive)) in ldfile_try_open_bfd() 273 && bfd_check_format (entry->the_bfd, bfd_archive))) in ldfile_try_open_bfd()
|
| D | ldlang.c | 222 || ! bfd_check_format (f->the_bfd, bfd_archive)) in walk_wild_file() 1368 if (! bfd_check_format (entry->the_bfd, bfd_archive) in load_symbols() 1438 case bfd_archive: in load_symbols() 1883 bfd_archive)) in open_input_bfds()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | rs6000-nat.c | 787 else if (bfd_check_format (abfd, bfd_archive)) in add_vmap()
|