Home
last modified time | relevance | path

Searched refs:filesize_ (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dbinary.h74 { return this->filesize_; } in converted_size()
112 section_size_type filesize_; variable
Dbinary.cc52 filename_(filename), data_(NULL), filesize_(0) in Binary_to_elf()
255 this->filesize_ = output_size; in sized_convert()
Dplugin.h434 { return this->filesize_; } in filesize()
453 off_t filesize_;
Dplugin.cc880 nsyms_(0), syms_(NULL), symbols_(), filesize_(filesize), comdat_map_() in Pluginobj()
DChangeLog14319 (Pluginobj::filesize_): New data member.