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

  /toolchain/binutils/binutils-2.25/gold/
plugin.h 133 any_claimed_(false), in_replacement_phase_(false), any_added_(false),
247 { return this->any_claimed_ && !this->in_replacement_phase_; }
279 { return this->in_replacement_phase_; }
363 bool in_replacement_phase_; member in class:gold::Plugin_manager
plugin.cc 455 if (this->in_replacement_phase_)
501 if (this->in_replacement_phase_ || !this->any_claimed_)
512 if (this->in_replacement_phase_ || !this->any_claimed_)
527 this->in_replacement_phase_ = true;
559 if (this->in_replacement_phase_)
    [all...]

Completed in 64 milliseconds