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.27/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 488 if (this->in_replacement_phase_)
534 if (this->in_replacement_phase_ || !this->any_claimed_)
545 if (this->in_replacement_phase_ || !this->any_claimed_)
560 this->in_replacement_phase_ = true;
592 if (this->in_replacement_phase_)
    [all...]

Completed in 65 milliseconds