Home
last modified time | relevance | path

Searched refs:bfd_archive (Results 1 – 25 of 56) sorted by relevance

123

/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dformat.texi15 @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/
Dformat.texi15 @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/
Dformat.c191 if (format == bfd_archive && save_targ == &binary_vec) in bfd_check_format_matches()
429 case bfd_archive: in bfd_format_string()
Dbfdio.c297 if (abfd->format != bfd_archive && abfd->my_archive == 0) in bfd_seek()
Dbfd-in.h177 bfd_archive, /* Object archive file. */ enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dformat.c201 if (format == bfd_archive && save_targ == &binary_vec) in bfd_check_format_matches()
439 case bfd_archive: in bfd_format_string()
Dbfdio.c311 if (abfd->format != bfd_archive && abfd->my_archive == 0) in bfd_seek()
Dbfd-in.h173 bfd_archive, /* Object archive file. */ enumerator
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dar.c769 || ! 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()
Darsup.c185 if (!bfd_check_format(ibfd, bfd_archive)) in ar_open()
205 bfd_set_format (obfd, bfd_archive); in ar_open()
Dsize.c265 if (bfd_check_format (abfd, bfd_archive)) in display_bfd()
359 if (bfd_check_format (file, bfd_archive)) in display_file()
Dbinemul.c126 || ! bfd_set_format (*abfd_out, bfd_archive) in ar_emul_default_create()
Daddr2line.c240 if (bfd_check_format (abfd, bfd_archive)) in process_file()
Ddlltool.c1485 if (bfd_check_format (f, bfd_archive)) in scan_obj_file()
2793 bfd_set_format (outarch, bfd_archive); in gen_lib_file()
Dnm.c617 if (bfd_check_format (file, bfd_archive)) in display_file()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Darsup.c185 if (!bfd_check_format(ibfd, bfd_archive)) in ar_open()
205 bfd_set_format (obfd, bfd_archive); in ar_open()
Dar.c753 || ! 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()
Dsize.c265 if (bfd_check_format (abfd, bfd_archive)) in display_bfd()
359 if (bfd_check_format (file, bfd_archive)) in display_file()
Daddr2line.c291 if (bfd_check_format (abfd, bfd_archive)) in process_file()
Ddlltool.c1496 if (bfd_check_format (f, bfd_archive)) in scan_obj_file()
2718 bfd_set_format (outarch, bfd_archive); in gen_lib_file()
Dnm.c1175 if (bfd_check_format (file, bfd_archive)) in display_file()
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dldfile.c161 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/
Dldfile.c165 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()
Dldlang.c222 || ! 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/
Drs6000-nat.c787 else if (bfd_check_format (abfd, bfd_archive)) in add_vmap()

123