Home | History | Annotate | Download | only in gold

Lines Matching refs:eh_frame_offset

157   uint64_t eh_frame_offset = (eh_frame_address -
159 elfcpp::Swap<32, big_endian>::writeval(oview + 4, eh_frame_offset);
307 off_t eh_frame_offset = this->eh_frame_section_->offset();
309 const unsigned char* eh_frame_contents = of->get_input_view(eh_frame_offset,
323 of->free_input_view(eh_frame_offset, eh_frame_size, eh_frame_contents);