Searched refs:nsyms_ (Results 1 – 2 of 2) sorted by relevance
880 nsyms_(0), syms_(NULL), symbols_(), filesize_(filesize), comdat_map_() in Pluginobj()930 if (nsyms > this->nsyms_) in get_symbol_resolution_info()1064 this->symbols_.resize(this->nsyms_); in do_add_symbols()1066 for (int i = 0; i < this->nsyms_; ++i) in do_add_symbols()1155 for (int i = 0; i < this->nsyms_; ++i) in do_should_include_member()1186 for (int i = 0; i < this->nsyms_; ++i) in do_for_all_global_symbols()
412 this->nsyms_ = nsyms; in store_incoming_symbols()443 int nsyms_; variable