Searched refs:in_sections_clause_ (Results 1 – 2 of 2) sorted by relevance
87 { return this->in_sections_clause_; } in in_sections_clause()302 bool in_sections_clause_; variable
3280 in_sections_clause_(false), in Script_sections()3299 gold_assert(!this->in_sections_clause_ && this->output_section_ == NULL); in start_sections()3301 this->in_sections_clause_ = true; in start_sections()3311 gold_assert(this->in_sections_clause_ && this->output_section_ == NULL); in finish_sections()3312 this->in_sections_clause_ = false; in finish_sections()