Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdb_bfd.c348 struct target_fileio_stream : public gdb_bfd_iovec_base struct
350 target_fileio_stream (bfd *nbfd, int fd) in target_fileio_stream() function
356 ~target_fileio_stream ();
375 static target_fileio_stream * argument
395 return new target_fileio_stream (abfd, fd); in gdb_bfd_iovec_fileio_open()
401 target_fileio_stream::read (struct bfd *abfd, void *buf, in read()
442 target_fileio_stream::~target_fileio_stream () in ~target_fileio_stream()
463 target_fileio_stream::stat (struct bfd *abfd, struct stat *sb) in stat()