Home | History | Annotate | Download | only in gold

Lines Matching full:file_read

66 // File_read manages a file descriptor and mappings for a file we are
69 class File_read
72 File_read()
78 ~File_read();
146 // The pointer will remain valid until the File_read is unlocked.
236 File_read(const File_read&);
237 File_read& operator=(const File_read&);
449 // obtained form File_read::get_lasting_view. They may only be
450 // destroyed when the underlying File_read is locked.
455 // This may only be called when the underlying File_read is locked.
467 friend class File_read;
469 // Callers have to get these via File_read::get_lasting_view.
470 File_view(File_read& file, File_read::View* view, const unsigned char* data)
474 File_read& file_;
475 File_read::View* view_;
546 File_read&
550 const File_read&
602 File_read file_;