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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3308 this->link_section_ = od;
3315 gold_assert(this->link_section_ == NULL
3325 gold_assert(this->link_section_ == NULL
3335 gold_assert(this->link_section_ == NULL
4484 const Output_data* link_section_; member in class:gold::Output_section
4485 // If link_section_ is NULL, this is the link field.
H A Doutput.cc2306 link_section_(NULL),
3660 if (this->link_section_ != NULL)
3661 oshdr->put_sh_link(this->link_section_->out_shndx());
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h3336 this->link_section_ = od;
3343 gold_assert(this->link_section_ == NULL
3353 gold_assert(this->link_section_ == NULL
3363 gold_assert(this->link_section_ == NULL
4512 const Output_data* link_section_; member in class:gold::Output_section
4513 // If link_section_ is NULL, this is the link field.
H A Doutput.cc2352 link_section_(NULL),
3706 if (this->link_section_ != NULL)
3707 oshdr->put_sh_link(this->link_section_->out_shndx());
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3308 this->link_section_ = od;
3315 gold_assert(this->link_section_ == NULL
3325 gold_assert(this->link_section_ == NULL
3335 gold_assert(this->link_section_ == NULL
4484 const Output_data* link_section_; member in class:gold::Output_section
4485 // If link_section_ is NULL, this is the link field.
H A Doutput.cc2306 link_section_(NULL),
3660 if (this->link_section_ != NULL)
3661 oshdr->put_sh_link(this->link_section_->out_shndx());

Completed in 299 milliseconds