Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.cc457 segment_header_(osh), in Output_file_header()
552 if (this->segment_header_ == NULL) in do_sized_write()
555 oehdr.put_e_phoff(this->segment_header_->offset()); in do_sized_write()
561 if (this->segment_header_ == NULL) in do_sized_write()
569 size_t phnum = (this->segment_header_->data_size() in do_sized_write()
H A Doutput.h746 const Output_segment_headers* segment_header_; variable
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc456 segment_header_(osh), in Output_file_header()
551 if (this->segment_header_ == NULL) in do_sized_write()
554 oehdr.put_e_phoff(this->segment_header_->offset()); in do_sized_write()
560 if (this->segment_header_ == NULL) in do_sized_write()
568 size_t phnum = (this->segment_header_->data_size() in do_sized_write()
H A Doutput.h746 const Output_segment_headers* segment_header_; variable