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

/haiku-buildtools/binutils/gold/
H A Doutput.h3373 gold_assert(this->info_section_ == NULL
3382 gold_assert((this->info_section_ == NULL
3383 || (this->info_section_ == os
3387 this->info_section_ = os;
3395 gold_assert(this->info_section_ == NULL
3406 gold_assert((this->info_section_ == NULL
3407 || (this->info_section_ == os
3411 this->info_section_ = os;
3419 gold_assert(this->info_section_ == NULL
4506 const Output_section* info_section_; member in class:gold::Output_section
[all...]
H A Doutput.cc2342 info_section_(NULL),
3681 if (this->info_section_ != NULL && this->info_uses_section_index_)
3698 if (this->info_section_ != NULL)
3701 info = this->info_section_->out_shndx();
3703 info = this->info_section_->symtab_index();

Completed in 70 milliseconds