Home
last modified time | relevance | path

Searched refs:max_undefined_error_report (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Derrors.h118 static const int max_undefined_error_report = 5; variable
Derrors.cc39 const int Errors::max_undefined_error_report; member in gold::Errors
174 if (++this->undefined_symbols_[sym] >= max_undefined_error_report) in undefined_symbol()