Home
last modified time | relevance | path

Searched refs:in_group_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc1364 if (this->in_group_) in add_file()
1385 if (this->in_group_) in start_group()
1391 this->in_group_ = true; in start_group()
1399 if (!this->in_group_) in end_group()
1401 this->in_group_ = false; in end_group()
1411 if (this->in_group_) in start_lib()
Doptions.h2022 : input_argument_list_(), in_group_(false), in_lib_(false), file_count_(0) in Input_arguments()
2048 { return this->in_group_; } in in_group()
2084 bool in_group_; variable
Dscript.cc1252 parsing_defsym_(parsing_defsym), in_group_(in_group), in Parser_closure()
1285 { return this->in_group_; } in in_group()
1423 bool in_group_; member in gold::Parser_closure