/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | opncls.texi | 55 @findex bfd_openw 56 @subsubsection @code{bfd_openw} 59 bfd *bfd_openw (const char *filename, const char *target); 115 Create a new BFD in the manner of @code{bfd_openw}, but without 127 into one like as returned by @code{bfd_openw}. It does this
|
H A D | syms.texi | 88 abfd = bfd_openw ("foo","a.out-sunos-big");
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | output-file.c | 41 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT))) in output_file_create()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | output-file.c | 49 else if (!(stdoutput = bfd_openw (name, TARGET_FORMAT))) in output_file_create()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | opncls.texi | 125 @findex bfd_openw 126 @subsubsection @code{bfd_openw} 129 bfd *bfd_openw (const char *filename, const char *target); 185 Create a new BFD in the manner of @code{bfd_openw}, but without 197 into one like as returned by @code{bfd_openw}. It does this
|
H A D | syms.texi | 88 abfd = bfd_openw ("foo","a.out-sunos-big");
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | bucomm.c | 190 bfd *abfd = bfd_openw (dummy_name, p->name); in display_target_list() 255 bfd *abfd = bfd_openw (dummy_name, p->name); in display_info_table()
|
H A D | binemul.c | 124 *abfd_out = bfd_openw (archive_file_name, target); in ar_emul_default_create()
|
H A D | arsup.c | 157 obfd = bfd_openw (tname, NULL); in ar_open()
|
H A D | ar.c | 767 arch = bfd_openw (archive_filename, target); in open_inarch() 1077 obfd = bfd_openw (new_name, bfd_get_target (iarch)); in write_archive()
|
H A D | objcopy.c | 1572 output_bfd = bfd_openw (output_name, output_target); in copy_archive() 1678 obfd = bfd_openw (output_filename, output_target); in copy_file() 1695 obfd = bfd_openw (output_filename, output_target); in copy_file()
|
H A D | rescoff.c | 429 abfd = bfd_openw (filename, target); in write_coff_file()
|
H A D | dlltool.c | 2270 abfd = bfd_openw (outname, HOW_BFD_WRITE_TARGET); in make_one_lib_file() 2784 outarch = bfd_openw (imp_name, HOW_BFD_WRITE_TARGET); in gen_lib_file()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | bucomm.c | 191 bfd *abfd = bfd_openw (dummy_name, p->name); in display_target_list() 256 bfd *abfd = bfd_openw (dummy_name, p->name); in display_info_table()
|
H A D | arsup.c | 157 obfd = bfd_openw (tname, NULL); in ar_open()
|
H A D | ar.c | 751 arch = bfd_openw (archive_filename, target); in open_inarch() 947 obfd = bfd_openw (new_name, bfd_get_target (iarch)); in write_archive()
|
H A D | objcopy.c | 1775 output_bfd = bfd_openw (output_name, output_target); in copy_archive() 1905 obfd = bfd_openw (output_filename, output_target); in copy_file() 1921 obfd = bfd_openw (output_filename, output_target); in copy_file()
|
H A D | rescoff.c | 429 abfd = bfd_openw (filename, target); in write_coff_file()
|
H A D | dlltool.c | 2198 abfd = bfd_openw (outname, HOW_BFD_WRITE_TARGET); in make_one_lib_file() 2709 outarch = bfd_openw (imp_name, HOW_BFD_WRITE_TARGET); in gen_lib_file()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gcore.c | 69 obfd = bfd_openw (corefilename, default_gcore_target ()); in gcore_command()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-ieee.c | 513 abfd = bfd_openw (out_file_name, "ieee"); in write_object_file()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-ieee.c | 507 abfd = bfd_openw (out_file_name, "ieee"); in write_object_file()
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-dump.c | 154 obfd = bfd_openw (filename, target); in bfd_openw_with_cleanup()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | opncls.c | 347 bfd_openw (const char *filename, const char *target) in bfd_openw() function
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | opncls.c | 546 bfd_openw (const char *filename, const char *target) in bfd_openw() function
|