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

  /toolchain/binutils/binutils-2.25/gold/
plugin.h 412 this->nsyms_ = nsyms;
443 int nsyms_; member in class:gold::Pluginobj
plugin.cc 880 nsyms_(0), syms_(NULL), symbols_(), filesize_(filesize), comdat_map_()
930 if (nsyms > this->nsyms_)
1064 this->symbols_.resize(this->nsyms_);
1066 for (int i = 0; i < this->nsyms_; ++i)
1155 for (int i = 0; i < this->nsyms_; ++i)
1186 for (int i = 0; i < this->nsyms_; ++i)
    [all...]

Completed in 137 milliseconds