Home
last modified time | relevance | path

Searched refs:info_section_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.h3207 gold_assert(this->info_section_ == NULL in info()
3216 gold_assert((this->info_section_ == NULL in set_info_section()
3217 || (this->info_section_ == os in set_info_section()
3221 this->info_section_ = os; in set_info_section()
3229 gold_assert(this->info_section_ == NULL in set_info_symndx()
3240 gold_assert((this->info_section_ == NULL in set_info_section_symndx()
3241 || (this->info_section_ == os in set_info_section_symndx()
3245 this->info_section_ = os; in set_info_section_symndx()
3253 gold_assert(this->info_section_ == NULL in set_info()
4345 const Output_section* info_section_; variable
Doutput.cc2276 info_section_(NULL), in Output_section()
3626 if (this->info_section_ != NULL && this->info_uses_section_index_) in write_header()
3643 if (this->info_section_ != NULL) in write_header()
3646 info = this->info_section_->out_shndx(); in write_header()
3648 info = this->info_section_->symtab_index(); in write_header()