Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dehframe.cc84 eh_frame_section_(eh_frame_section), in Eh_frame_hdr()
155 uint64_t eh_frame_address = this->eh_frame_section_->address(); in do_sized_write()
306 eh_frame_address = this->eh_frame_section_->address(); in get_fde_addresses()
307 off_t eh_frame_offset = this->eh_frame_section_->offset(); in get_fde_addresses()
308 off_t eh_frame_size = this->eh_frame_section_->data_size(); in get_fde_addresses()
Dehframe.h152 Output_section* eh_frame_section_; variable
Dlayout.cc449 eh_frame_section_(NULL), in Layout()
1422 gold_assert(this->eh_frame_section_ == os); in layout_eh_frame()
1487 && this->eh_frame_section_ != NULL in finalize_eh_frame_section()
1490 this->eh_frame_section_->add_output_section_data(this->eh_frame_data_); in finalize_eh_frame_section()
1511 if (this->eh_frame_section_ == NULL) in make_eh_frame_section()
1513 this->eh_frame_section_ = os; in make_eh_frame_section()
Dlayout.h1372 Output_section* eh_frame_section_; variable