Home
last modified time | relevance | path

Searched refs:real_fopen (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c591 abfd->iostream = real_fopen (abfd->filename, FOPEN_RB); in bfd_open_file()
597 abfd->iostream = real_fopen (abfd->filename, FOPEN_RUB); in bfd_open_file()
599 abfd->iostream = real_fopen (abfd->filename, FOPEN_WUB); in bfd_open_file()
629 abfd->iostream = real_fopen (abfd->filename, FOPEN_WUB); in bfd_open_file()
Dopncls.c219 nbfd->iostream = real_fopen (filename, mode); in bfd_fopen()
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()
Dbfdio.c85 real_fopen (const char *filename, const char *modes) in real_fopen() function
Dlibbfd-in.h771 extern FILE *real_fopen (const char *filename, const char *modes);
Dlibbfd.h776 extern FILE *real_fopen (const char *filename, const char *modes);
DChangeLog-2008565 * bfdio.c (real_fopen): Add code specific to VMS: extract attributes
613 (real_fopen): Use it.
DChangeLog-2005399 * libbfd-in.h (real_fopen): New prototype.
401 * bfdio.c (real_fopen): New function.
DChangeLog-20122881 * bfdio.c (real_fopen): Remove unused vms_modes variable.
DChangeLog-20094528 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.