HomeSort by relevance Sort by last modified time
    Searched refs:excluded_libs_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
options.cc 617 this->excluded_libs_.insert(std::string(p, length));
637 if (excluded_libs_.empty())
641 p = excluded_libs_.find(std::string("ALL"));
642 if (p != excluded_libs_.end())
649 p = excluded_libs_.find(std::string(basename));
650 if (p != excluded_libs_.end())
659 p = excluded_libs_.find(std::string(basename, length - 2));
660 if (p != excluded_libs_.end())
947 excluded_libs_(),
    [all...]
options.h 1702 Unordered_set<std::string> excluded_libs_; member in class:gold::General_options
    [all...]

Completed in 70 milliseconds