Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Derrors.h133 Unordered_map<const Symbol*, int> undefined_symbols_; variable
Derrors.cc43 error_count_(0), warning_count_(0), undefined_symbols_() in Errors()
174 if (++this->undefined_symbols_[sym] >= max_undefined_error_report) in undefined_symbol()
Dplugin.cc560 this->undefined_symbols_.push_back(sym); in new_undefined_symbol()
572 while (!this->undefined_symbols_.empty()) in rescan()
576 this->undefined_symbols_.clear(); in rescan()
581 undefs.reserve(this->undefined_symbols_.size()); in rescan()
582 this->undefined_symbols_.swap(undefs); in rescan()
593 this->undefined_symbols_.push_back(*p); in rescan()
Dplugin.h132 plugin_input_file_(), rescannable_(), undefined_symbols_(), in Plugin_manager()
355 Undefined_symbol_list undefined_symbols_; variable
DChangeLog7065 undefined_symbols_, any_claimed_, and any_added_. Declare