Home
last modified time | relevance | path

Searched refs:section_header_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc443 section_header_(NULL), in Output_file_header()
455 this->section_header_ = shdrs; in set_section_info()
542 oehdr.put_e_shoff(this->section_header_->offset()); in do_sized_write()
562 size_t section_count = (this->section_header_->data_size() in do_sized_write()
566 oehdr.put_e_shnum(this->section_header_->data_size() in do_sized_write()
Doutput.h622 const Output_section_headers* section_header_; variable