Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dfileread.cc379 File_read::do_read(off_t start, section_size_type size, void* p) in do_read() function in gold::File_read
435 this->do_read(start, size, p); in read()
497 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift); in make_view()
514 this->do_read(poff, psize, p); in make_view()
Dfileread.h375 do_read(off_t start, section_size_type size, void* p);
DChangeLog-08153949 * fileread.cc (do_read): Don't assume pread always reads the whole
13316 (File_read::do_read): Use whole_file_view_ instead of contents_.
16297 (File_read::do_read): Make non-const. Reopen descriptor.