HomeSort by relevance Sort by last modified time
    Searched refs:current_mapped_bytes (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 125 unsigned long long File_read::current_mapped_bytes; member in class:gold::File_read
145 File_read::current_mapped_bytes -= this->size_;
267 File_read::current_mapped_bytes += this->mapped_bytes_; member in class:gold::File_read
268 if (File_read::current_mapped_bytes > File_read::maximum_mapped_bytes)
269 File_read::maximum_mapped_bytes = File_read::current_mapped_bytes;
fileread.h 244 static unsigned long long current_mapped_bytes; member in class:gold::File_read

Completed in 1185 milliseconds