/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | binemul.c | 56 *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 D | arsup.c | 175 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 D | emul_aix.c | 67 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 D | addr2line.c | 236 abfd = bfd_openr (file_name, target); in process_file()
|
H A D | ar.c | 757 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 D | strings.c | 344 bfd *abfd = bfd_openr (file, target); in strings_object_file()
|
H A D | size.c | 351 file = bfd_openr (filename, target); in display_file()
|
H A D | coffdump.c | 531 abfd = bfd_openr (input_file, 0); in main()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | arsup.c | 175 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 D | binemul.c | 56 *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 D | emul_aix.c | 67 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 D | addr2line.c | 287 abfd = bfd_openr (file_name, target); in process_file()
|
H A D | ar.c | 741 obj = bfd_openr (file, NULL); in open_inarch() 763 arch = bfd_openr (archive_filename, target); in open_inarch()
|
H A D | coffdump.c | 530 abfd = bfd_openr (input_file, 0); in main()
|
H A D | size.c | 351 file = bfd_openr (filename, target); in display_file()
|
H A D | strings.c | 402 abfd = bfd_openr (file, target); in strings_object_file()
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | opncls.texi | 4 @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 D | targets.texi | 12 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 D | opncls.texi | 30 @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 D | targets.texi | 12 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 D | dsrec.c | 64 abfd = bfd_openr (file, 0); in load_srec()
|
H A D | m32r-rom.c | 126 abfd = bfd_openr (filename, 0); in m32r_load() 494 abfd = bfd_openr (args, 0); in m32r_upload_command()
|
H A D | pa64solib.c | 230 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 D | ldfile.c | 139 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldfile.c | 134 entry->the_bfd = bfd_openr (attempt, entry->target); in ldfile_try_open_bfd()
|