Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dfileread.h204 read_multiple(off_t base, const Read_multiple&);
H A Dobject.h791 read_multiple(const File_read::Read_multiple& rm) in read_multiple() function
792 { this->input_file()->file().read_multiple(this->offset_, rm); } in read_multiple()
H A Dfileread.cc716 File_read::read_multiple(off_t base, const Read_multiple& rm) in read_multiple() function in gold::File_read
H A Dreloc.cc858 this->read_multiple(rm); in write_sections()
H A DChangeLog-08158395 (File_read::read_multiple): Limit number of entries by iov_max.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h204 read_multiple(off_t base, const Read_multiple&);
H A Dobject.h791 read_multiple(const File_read::Read_multiple& rm) in read_multiple() function
792 { this->input_file()->file().read_multiple(this->offset_, rm); } in read_multiple()
H A Dfileread.cc716 File_read::read_multiple(off_t base, const Read_multiple& rm) in read_multiple() function in gold::File_read
H A Dreloc.cc858 this->read_multiple(rm); in write_sections()
H A DChangeLog-08158395 (File_read::read_multiple): Limit number of entries by iov_max.