Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.h3336 this->link_section_ = od; in set_link_section()
3343 gold_assert(this->link_section_ == NULL in set_link()
3353 gold_assert(this->link_section_ == NULL in set_should_link_to_symtab()
3363 gold_assert(this->link_section_ == NULL in set_should_link_to_dynsym()
4512 const Output_data* link_section_; variable
H A Doutput.cc2352 link_section_(NULL), in Output_section()
3706 if (this->link_section_ != NULL) in write_header()
3707 oshdr->put_sh_link(this->link_section_->out_shndx()); in write_header()
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.h3336 this->link_section_ = od; in set_link_section()
3343 gold_assert(this->link_section_ == NULL in set_link()
3353 gold_assert(this->link_section_ == NULL in set_should_link_to_symtab()
3363 gold_assert(this->link_section_ == NULL in set_should_link_to_dynsym()
4502 const Output_data* link_section_; variable
H A Doutput.cc2340 link_section_(NULL), in Output_section()
3688 if (this->link_section_ != NULL) in write_header()
3689 oshdr->put_sh_link(this->link_section_->out_shndx()); in write_header()