Add section_size_type and section_offset_type, use them to replace a
[deliverable/binutils-gdb.git] / gold / archive.h
index b135cd6f377f208ad0946810c0a5c113b757facf..fb83ea629c608dd907b09a3381d4bcaf6ad22a6b 100644 (file)
@@ -110,12 +110,12 @@ class Archive
 
   // Get a view into the underlying file.
   const unsigned char*
-  get_view(off_t start, off_t size, bool cache)
+  get_view(off_t start, section_size_type size, bool cache)
   { return this->input_file_->file().get_view(start, size, cache); }
 
   // Read the archive symbol map.
   void
-  read_armap(off_t start, off_t size);
+  read_armap(off_t start, section_size_type size);
 
   // Read an archive member header at OFF.  Return the size of the
   // member, and set *PNAME to the name.
This page took 0.032588 seconds and 4 git commands to generate.