Searched refs:real_fopen (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | cache.c | 591 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()
|
D | opncls.c | 219 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()
|
D | bfdio.c | 85 real_fopen (const char *filename, const char *modes) in real_fopen() function
|
D | libbfd-in.h | 771 extern FILE *real_fopen (const char *filename, const char *modes);
|
D | libbfd.h | 776 extern FILE *real_fopen (const char *filename, const char *modes);
|
D | ChangeLog-2008 | 565 * bfdio.c (real_fopen): Add code specific to VMS: extract attributes 613 (real_fopen): Use it.
|
D | ChangeLog-2005 | 399 * libbfd-in.h (real_fopen): New prototype. 401 * bfdio.c (real_fopen): New function.
|
D | ChangeLog-2012 | 2881 * bfdio.c (real_fopen): Remove unused vms_modes variable.
|
D | ChangeLog-2009 | 4528 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
|