Searched refs:bfd_fdopenr (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib-svr4.c352 if ((interp_bfd = bfd_fdopenr ("unnamed", gnutarget, fd)) == NULL)
1033 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd);
H A Dcorelow.c306 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan);
H A Dsolib.c243 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan);
H A Dexec.c211 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan);
H A Dpa64solib.c167 abfd = bfd_fdopenr (filename, gnutarget, desc);
H A Drs6000-nat.c746 abfd = bfd_fdopenr (objname, gnutarget, fd);
H A Dsomsolib.c225 abfd = bfd_fdopenr (filename, gnutarget, desc);
H A Dsymfile.c1247 sym_bfd = bfd_fdopenr (name, gnutarget, desc);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dopncls.c273 bfd_fdopenr
276 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
279 <<bfd_fdopenr>> is to <<bfd_fopenr>> much like <<fdopen>> is to
298 bfd_fdopenr (const char *filename, const char *target, int fd) function
570 See comment by bfd_fdopenr before you try to modify this function. */
638 if it was passed in to BFD by <<bfd_fdopenr>>).
H A Dbfd-in2.h995 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c1244 arch = bfd_fdopenr (archname, (const char *) NULL, f);
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1001 bfd *bfd_fdopenr (const char *filename, const char *target, int fd);

Completed in 307 milliseconds