Searched refs:cref_ (Results 1 – 3 of 3) sorted by relevance
2920 if (this->cref_ == NULL) in add_object()2921 this->cref_ = new Cref(); in add_object()2922 this->cref_->add_object(obj); in add_object()2981 if (this->cref_ == NULL) in archive_start()2982 this->cref_ = new Cref(); in archive_start()2983 this->cref_->add_archive_start(archive); in archive_start()2994 this->cref_->add_archive_stop(archive); in archive_stop()3003 && this->cref_ != NULL) in print_symbol_counts()3004 this->cref_->print_symbol_counts(symtab); in print_symbol_counts()3012 if (parameters->options().cref() && this->cref_ != NULL) in print_cref()[all …]
2735 : relobj_list_(), dynobj_list_(), sonames_(), cref_(NULL) in Input_objects()2823 Cref* cref_; variable
10854 * object.cc (Input_objects::add_object): Pass object to cref_ if15012 (class Input_objects): Add cref_ field. Update constructor.