Home
last modified time | relevance | path

Searched refs:excluded_libs_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc596 this->excluded_libs_.insert(std::string(p, length)); in parse_exclude_libs()
616 if (excluded_libs_.empty()) in check_excluded_libs()
620 p = excluded_libs_.find(std::string("ALL")); in check_excluded_libs()
621 if (p != excluded_libs_.end()) in check_excluded_libs()
628 p = excluded_libs_.find(std::string(basename)); in check_excluded_libs()
629 if (p != excluded_libs_.end()) in check_excluded_libs()
638 p = excluded_libs_.find(std::string(basename, length - 2)); in check_excluded_libs()
639 if (p != excluded_libs_.end()) in check_excluded_libs()
926 excluded_libs_(), in General_options()
Doptions.h1668 Unordered_set<std::string> excluded_libs_; variable
DChangeLog13517 (General_options::excluded_libs_): New field.