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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript-sections.h82 { return this->saw_sections_clause_; }
93 { return this->saw_sections_clause_ && this->phdrs_elements_ != NULL; }
298 bool saw_sections_clause_; member in class:gold::Script_sections
H A Dscript-sections.cc3124 : saw_sections_clause_(false),
3144 this->saw_sections_clause_ = true;
3193 this->saw_sections_clause_ = true;
3312 if (!this->saw_sections_clause_)
3325 if (!this->saw_sections_clause_)
3338 if (!this->saw_sections_clause_)
3450 gold_assert(this->saw_sections_clause_);
3724 gold_assert(this->saw_sections_clause_);
4233 if (!this->saw_sections_clause_)
4284 if (!this->saw_sections_clause_)
[all...]

Completed in 42 milliseconds