Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
HDoutput.h3373 gold_assert(this->info_section_ == NULL in info()
3382 gold_assert((this->info_section_ == NULL in set_info_section()
3383 || (this->info_section_ == os in set_info_section()
3387 this->info_section_ = os; in set_info_section()
3395 gold_assert(this->info_section_ == NULL in set_info_symndx()
3406 gold_assert((this->info_section_ == NULL in set_info_section_symndx()
3407 || (this->info_section_ == os in set_info_section_symndx()
3411 this->info_section_ = os; in set_info_section_symndx()
3419 gold_assert(this->info_section_ == NULL in set_info()
4516 const Output_section* info_section_; variable
HDoutput.cc2354 info_section_(NULL), in Output_section()
3699 if (this->info_section_ != NULL && this->info_uses_section_index_) in write_header()
3716 if (this->info_section_ != NULL) in write_header()
3719 info = this->info_section_->out_shndx(); in write_header()
3721 info = this->info_section_->symtab_index(); in write_header()
/dragonfly/contrib/binutils-2.27/gold/
HDoutput.h3373 gold_assert(this->info_section_ == NULL in info()
3382 gold_assert((this->info_section_ == NULL in set_info_section()
3383 || (this->info_section_ == os in set_info_section()
3387 this->info_section_ = os; in set_info_section()
3395 gold_assert(this->info_section_ == NULL in set_info_symndx()
3406 gold_assert((this->info_section_ == NULL in set_info_section_symndx()
3407 || (this->info_section_ == os in set_info_section_symndx()
3411 this->info_section_ = os; in set_info_section_symndx()
3419 gold_assert(this->info_section_ == NULL in set_info()
4506 const Output_section* info_section_; variable
HDoutput.cc2342 info_section_(NULL), in Output_section()
3681 if (this->info_section_ != NULL && this->info_uses_section_index_) in write_header()
3698 if (this->info_section_ != NULL) in write_header()
3701 info = this->info_section_->out_shndx(); in write_header()
3703 info = this->info_section_->symtab_index(); in write_header()