/toolchain/binutils/binutils-2.25/include/ |
D | fopen-vms.h | 30 #define FOPEN_RB "rb,rfm=udf,rat=none" macro
|
D | fopen-bin.h | 32 #define FOPEN_RB "rb" macro
|
D | fopen-same.h | 32 #define FOPEN_RB "r" macro
|
D | ChangeLog | 1163 * fopen-vms.h (FOPEN_RB, FOPEN_WB, FOPEN_AB, FOPEN_RUB, FOPEN_WUB, 1235 * fopen-vms.h (FOPEN_RB): Use a single string to match the
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | opncls.c | 285 return bfd_fopen (filename, target, FOPEN_RB, -1); in bfd_openr() 351 case O_RDONLY: mode = FOPEN_RB; break; in bfd_fdopenr() 1284 f = real_fopen (name, FOPEN_RB); in separate_debug_file_exists() 1317 f = real_fopen (name, FOPEN_RB); in separate_alt_debug_file_exists() 1648 handle = real_fopen (filename, FOPEN_RB); in bfd_fill_in_gnu_debuglink_section()
|
D | cache.c | 591 abfd->iostream = real_fopen (abfd->filename, FOPEN_RB); in bfd_open_file()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | source.c | 118 ifp = fopen (fname, FOPEN_RB); in annotate_source()
|
D | gmon_io.c | 307 ifp = fopen (filename, FOPEN_RB); in gmon_out_read()
|
D | ChangeLog-9203 | 1051 * gprof.h: Don't include MACHINE_H. Don't define FOPEN_RB or 1920 * i386.h: dfine FOPEN_RB to "rb" for dos.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | strings.c | 447 stream = fopen (file, FOPEN_RB); in strings_file()
|
D | resrc.c | 718 e = open_file_search (filename, FOPEN_RB, "bitmap file", &real_filename); in define_bitmap() 761 e = open_file_search (filename, FOPEN_RB, "cursor file", &real_filename); in define_cursor() 957 e = open_file_search (filename, FOPEN_RB, "font file", &real_filename); in define_font() 1163 e = open_file_search (filename, FOPEN_RB, "icon file", &real_filename); in define_icon() 1492 e = open_file_search (filename, FOPEN_RB, "messagetable file", in define_messagetable() 1718 e = open_file_search (filename, FOPEN_RB, "file", &real_filename); in define_rcdata_file() 1754 e = open_file_search (filename, FOPEN_RB, "file", &real_filename); in define_user_file()
|
D | sysdump.c | 711 file = fopen (input_file, FOPEN_RB); in main()
|
D | windres.c | 597 e = fopen (filename, FOPEN_RB); in format_from_filename()
|
D | dlltool.c | 4156 base_file = fopen (optarg, FOPEN_RB); in main()
|
D | objcopy.c | 3723 f = fopen (pa->filename, FOPEN_RB); in copy_main()
|
D | ChangeLog-9197 | 2547 (main): Open input with FOPEN_RB.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | listing.c | 498 last_open_file = fopen (file->filename, FOPEN_RB); in buffer_line() 586 last_open_file = fopen (file->filename, FOPEN_RB); in rebuffer_line()
|
D | read.c | 5702 binfile = fopen (filename, FOPEN_RB); in s_incbin() 5713 binfile = fopen (path, FOPEN_RB); in s_incbin()
|
D | ChangeLog-2008 | 384 * listing.c (buffer_line): Open the source file with FOPEN_RB.
|
D | ChangeLog-9295 | 8049 * listing.c (file_info): Use FOPEN_RB instead of "rb".
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 489 src = fopen (output_filename, FOPEN_RB); in main()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | elf32.em | 585 f = fopen (tmppath, FOPEN_RB);
|