Home
last modified time | relevance | path

Searched refs:FOPEN_RB (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dfopen-vms.h30 #define FOPEN_RB "rb,rfm=udf,rat=none" macro
Dfopen-bin.h32 #define FOPEN_RB "rb" macro
Dfopen-same.h32 #define FOPEN_RB "r" macro
DChangeLog1163 * 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/
Dopncls.c285 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()
Dcache.c591 abfd->iostream = real_fopen (abfd->filename, FOPEN_RB); in bfd_open_file()
/toolchain/binutils/binutils-2.25/gprof/
Dsource.c118 ifp = fopen (fname, FOPEN_RB); in annotate_source()
Dgmon_io.c307 ifp = fopen (filename, FOPEN_RB); in gmon_out_read()
DChangeLog-92031051 * 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/
Dstrings.c447 stream = fopen (file, FOPEN_RB); in strings_file()
Dresrc.c718 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()
Dsysdump.c711 file = fopen (input_file, FOPEN_RB); in main()
Dwindres.c597 e = fopen (filename, FOPEN_RB); in format_from_filename()
Ddlltool.c4156 base_file = fopen (optarg, FOPEN_RB); in main()
Dobjcopy.c3723 f = fopen (pa->filename, FOPEN_RB); in copy_main()
DChangeLog-91972547 (main): Open input with FOPEN_RB.
/toolchain/binutils/binutils-2.25/gas/
Dlisting.c498 last_open_file = fopen (file->filename, FOPEN_RB); in buffer_line()
586 last_open_file = fopen (file->filename, FOPEN_RB); in rebuffer_line()
Dread.c5702 binfile = fopen (filename, FOPEN_RB); in s_incbin()
5713 binfile = fopen (path, FOPEN_RB); in s_incbin()
DChangeLog-2008384 * listing.c (buffer_line): Open the source file with FOPEN_RB.
DChangeLog-92958049 * listing.c (file_info): Use FOPEN_RB instead of "rb".
/toolchain/binutils/binutils-2.25/ld/
Dldmain.c489 src = fopen (output_filename, FOPEN_RB); in main()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em585 f = fopen (tmppath, FOPEN_RB);