HomeSort by: relevance | last modified time | path
    Searched defs:bfd_fdopenr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
opncls.c 344 bfd_fdopenr
347 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
350 <<bfd_fdopenr>> is to <<bfd_fopenr>> much like <<fdopen>> is to
374 bfd_fdopenr (const char *filename, const char *target, int fd) function
416 <<bfd_fdopenw>> is exactly like <<bfd_fdopenr>> with the exception that
423 bfd *out = bfd_fdopenr (filename, target, fd);
709 See comment by bfd_fdopenr before you try to modify this function. */
855 if it was passed in to BFD by <<bfd_fdopenr>>).
  /src/external/gpl3/binutils.old/dist/bfd/
opncls.c 346 bfd_fdopenr
349 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
352 <<bfd_fdopenr>> is to <<bfd_fopenr>> much like <<fdopen>> is to
376 bfd_fdopenr (const char *filename, const char *target, int fd) function
418 <<bfd_fdopenw>> is exactly like <<bfd_fdopenr>> with the exception that
425 bfd *out = bfd_fdopenr (filename, target, fd);
711 See comment by bfd_fdopenr before you try to modify this function. */
857 if it was passed in to BFD by <<bfd_fdopenr>>).
  /src/external/gpl3/gdb/dist/bfd/
opncls.c 389 bfd_fdopenr
392 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
395 <<bfd_fdopenr>> is to <<bfd_fopenr>> much like <<fdopen>> is to
419 bfd_fdopenr (const char *filename, const char *target, int fd) function
461 <<bfd_fdopenw>> is exactly like <<bfd_fdopenr>> with the exception that
468 bfd *out = bfd_fdopenr (filename, target, fd);
754 See comment by bfd_fdopenr before you try to modify this function. */
900 if it was passed in to BFD by <<bfd_fdopenr>>).
  /src/external/gpl3/gdb.old/dist/bfd/
opncls.c 404 bfd_fdopenr
407 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
410 <<bfd_fdopenr>> is to <<bfd_fopenr>> much like <<fdopen>> is to
434 bfd_fdopenr (const char *filename, const char *target, int fd) function
476 <<bfd_fdopenw>> is exactly like <<bfd_fdopenr>> with the exception that
483 bfd *out = bfd_fdopenr (filename, target, fd);
769 See comment by bfd_fdopenr before you try to modify this function. */
915 if it was passed in to BFD by <<bfd_fdopenr>>).

Completed in 27 milliseconds