Searched refs:in_replacement_phase_ (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dplugin.h133 any_claimed_(false), in_replacement_phase_(false), any_added_(false),
234 { return !this->objects_.empty() && !this->in_replacement_phase_; }
263 { return this->in_replacement_phase_; }
335 bool in_replacement_phase_; member in class:gold::Plugin_manager
H A Dplugin.cc336 if (this->in_replacement_phase_)
376 if (this->in_replacement_phase_ || !this->any_claimed_)
387 if (this->in_replacement_phase_ || !this->any_claimed_)
402 this->in_replacement_phase_ = true;
435 if (this->in_replacement_phase_)

Completed in 102 milliseconds