Home | History | Annotate | Download | only in gold

Lines Matching defs:Output_file

40 class Output_file;
248 write(Output_file* file)
297 do_write(Output_file*) = 0;
490 do_write(Output_file*);
516 do_sized_write(Output_file*);
540 do_write(Output_file*);
561 do_sized_write(Output_file*);
587 do_write(Output_file*);
608 do_sized_write(Output_file*);
813 do_write(Output_file*);
844 do_write(Output_file*);
880 do_write(Output_file*)
920 do_write(Output_file*)
947 do_write(Output_file*)
979 do_write(Output_file*);
1500 do_write(Output_file*);
2218 do_write(Output_file*)
2244 do_write(Output_file*);
2420 do_write(Output_file*);
2607 do_write(Output_file*);
2721 sized_write(Output_file* of);
2751 do_write(Output_file*);
3015 write(Output_file* of, off_t off, size_t len) const
3023 do_write(Output_file* of, off_t off, size_t len) const = 0;
3048 do_write(Output_file* of, off_t off, size_t len) const;
3071 do_write(Output_file* of, off_t off, size_t len) const;
3783 write(Output_file*);
4032 do_write(Output_file*);
4763 class Output_file
4766 Output_file(const char* name);