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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3345 gold_assert(this->info_section_ == NULL
3354 gold_assert((this->info_section_ == NULL
3355 || (this->info_section_ == os
3359 this->info_section_ = os;
3367 gold_assert(this->info_section_ == NULL
3378 gold_assert((this->info_section_ == NULL
3379 || (this->info_section_ == os
3383 this->info_section_ = os;
3391 gold_assert(this->info_section_ == NULL
4488 const Output_section* info_section_; member in class:gold::Output_section
[all...]
H A Doutput.cc2308 info_section_(NULL),
3653 if (this->info_section_ != NULL && this->info_uses_section_index_)
3670 if (this->info_section_ != NULL)
3673 info = this->info_section_->out_shndx();
3675 info = this->info_section_->symtab_index();
/netbsd-current/external/gpl3/gdb.old/dist/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
4516 const Output_section* info_section_; member in class:gold::Output_section
[all...]
H A Doutput.cc2354 info_section_(NULL),
3699 if (this->info_section_ != NULL && this->info_uses_section_index_)
3716 if (this->info_section_ != NULL)
3719 info = this->info_section_->out_shndx();
3721 info = this->info_section_->symtab_index();
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3345 gold_assert(this->info_section_ == NULL
3354 gold_assert((this->info_section_ == NULL
3355 || (this->info_section_ == os
3359 this->info_section_ = os;
3367 gold_assert(this->info_section_ == NULL
3378 gold_assert((this->info_section_ == NULL
3379 || (this->info_section_ == os
3383 this->info_section_ = os;
3391 gold_assert(this->info_section_ == NULL
4488 const Output_section* info_section_; member in class:gold::Output_section
[all...]
H A Doutput.cc2308 info_section_(NULL),
3653 if (this->info_section_ != NULL && this->info_uses_section_index_)
3670 if (this->info_section_ != NULL)
3673 info = this->info_section_->out_shndx();
3675 info = this->info_section_->symtab_index();

Completed in 311 milliseconds