Searched refs:FOPEN_RUB (Results 1 – 12 of 12) sorted by relevance
35 #define FOPEN_RUB "r+" macro
35 #define FOPEN_RUB "r+b" macro
337 mode = FOPEN_RUB; /* Assume full access. */ in bfd_fdopenr()354 case O_WRONLY: mode = FOPEN_RUB; break; in bfd_fdopenr()355 case O_RDWR: mode = FOPEN_RUB; break; in bfd_fdopenr()
572 abfd->iostream = real_fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
617 abfd->iostream = real_fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
347 mode = FOPEN_RUB; /* Assume full access. */ in bfd_fdopenr()364 case O_WRONLY: mode = FOPEN_RUB; break; in bfd_fdopenr()365 case O_RDWR: mode = FOPEN_RUB; break; in bfd_fdopenr()
601 abfd->iostream = _bfd_real_fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
319 write_files ? FOPEN_RUB : FOPEN_RB, in core_open()
242 FOPEN_RUB, scratch_chan); in exec_file_attach()