| /src/external/gpl3/binutils/dist/bfd/ |
| opncls.c | 202 bfd_fopen 205 bfd *bfd_fopen (const char *filename, const char *target, 231 bfd_fopen (const char *filename, const char *target, const char *mode, int fd) function 332 return bfd_fopen (filename, target, FOPEN_RB, -1); 405 return bfd_fopen (filename, target, mode, fd);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| opncls.c | 204 bfd_fopen 207 bfd *bfd_fopen (const char *filename, const char *target, 233 bfd_fopen (const char *filename, const char *target, const char *mode, int fd) function 334 return bfd_fopen (filename, target, FOPEN_RB, -1); 407 return bfd_fopen (filename, target, mode, fd);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| opncls.c | 247 bfd_fopen 250 bfd *bfd_fopen (const char *filename, const char *target, 276 bfd_fopen (const char *filename, const char *target, const char *mode, int fd) function 377 return bfd_fopen (filename, target, FOPEN_RB, -1); 450 return bfd_fopen (filename, target, mode, fd);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| opncls.c | 204 bfd_fopen 207 bfd *bfd_fopen (const char *filename, const char *target, 233 bfd_fopen (const char *filename, const char *target, const char *mode, int fd) function 334 return bfd_fopen (filename, target, FOPEN_RB, -1); 407 return bfd_fopen (filename, target, mode, fd);
|