Home
last modified time | relevance | path

Searched refs:bfd_openr (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd/gnu/usr.bin/binutils/binutils/
H A Dbinemul.c56 *after_bfd = bfd_openr (file_name, NULL); in ar_emul_default_append()
82 *after_bfd = bfd_openr (file_name, NULL); in ar_emul_default_replace()
114 obj = bfd_openr (file_name, NULL); in ar_emul_default_create()
H A Darsup.c175 ibfd = bfd_openr (name, NULL); in ar_open()
254 bfd *abfd = bfd_openr (list->name, NULL); in ar_addmod()
364 bfd *abfd = bfd_openr (list->name, 0); in ar_replace()
388 bfd *abfd = bfd_openr (list->name, 0); in ar_replace()
470 bfd_openr (list->name, 0); in ar_extract()
H A Demul_aix.c67 try_bfd = bfd_openr (file_name, target_name); in ar_emul_aix_internal()
71 try_bfd = bfd_openr (file_name, "aixcoff-rs6000"); in ar_emul_aix_internal()
H A Daddr2line.c236 abfd = bfd_openr (file_name, target); in process_file()
H A Dar.c757 obj = bfd_openr (file, NULL); in open_inarch()
779 arch = bfd_openr (archive_filename, target); in open_inarch()
993 temp = bfd_openr (archive_filename, NULL);
H A Dstrings.c344 bfd *abfd = bfd_openr (file, target); in strings_object_file()
H A Dsize.c351 file = bfd_openr (filename, target); in display_file()
H A Dcoffdump.c531 abfd = bfd_openr (input_file, 0); in main()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Darsup.c175 ibfd = bfd_openr (name, NULL); in ar_open()
254 bfd *abfd = bfd_openr (list->name, NULL); in ar_addmod()
364 bfd *abfd = bfd_openr (list->name, 0); in ar_replace()
388 bfd *abfd = bfd_openr (list->name, 0); in ar_replace()
470 bfd_openr (list->name, 0); in ar_extract()
H A Dbinemul.c56 *after_bfd = bfd_openr (file_name, NULL); in ar_emul_default_append()
82 *after_bfd = bfd_openr (file_name, NULL); in ar_emul_default_replace()
H A Demul_aix.c67 try_bfd = bfd_openr (file_name, target_name); in ar_emul_aix_internal()
71 try_bfd = bfd_openr (file_name, "aixcoff-rs6000"); in ar_emul_aix_internal()
H A Daddr2line.c287 abfd = bfd_openr (file_name, target); in process_file()
H A Dar.c741 obj = bfd_openr (file, NULL); in open_inarch()
763 arch = bfd_openr (archive_filename, target); in open_inarch()
H A Dcoffdump.c530 abfd = bfd_openr (input_file, 0); in main()
H A Dsize.c351 file = bfd_openr (filename, target); in display_file()
H A Dstrings.c402 abfd = bfd_openr (file, target); in strings_object_file()
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dopncls.texi4 @findex bfd_openr
5 @subsubsection @code{bfd_openr}
8 bfd *bfd_openr (const char *filename, const char *target);
143 returned by @code{bfd_openr}. It does this by writing the
H A Dtargets.texi12 When a file is opened with @code{bfd_openr}, its format and
21 target string supplied to @code{bfd_openr} and the new BFD pointer.
42 @code{bfd_openr}.
45 @code{bfd_openr} attempts to open the file using
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dopncls.texi30 @findex bfd_openr
31 @subsubsection @code{bfd_openr}
34 bfd *bfd_openr (const char *filename, const char *target);
213 returned by @code{bfd_openr}. It does this by writing the
H A Dtargets.texi12 When a file is opened with @code{bfd_openr}, its format and
21 target string supplied to @code{bfd_openr} and the new BFD pointer.
42 @code{bfd_openr}.
45 @code{bfd_openr} attempts to open the file using
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddsrec.c64 abfd = bfd_openr (file, 0); in load_srec()
H A Dm32r-rom.c126 abfd = bfd_openr (filename, 0); in m32r_load()
494 abfd = bfd_openr (args, 0); in m32r_upload_command()
H A Dpa64solib.c230 tmp_bfd = bfd_openr (name, gnutarget); in pa64_solib_add_solib_objfile()
535 tmp_bfd = bfd_openr (buf, gnutarget); in pa64_solib_create_inferior_hook()
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldfile.c139 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldfile.c134 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()

1234