Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Dreloc.cc767 off_t view_start; in write_sections() local
772 view_start = output_section_offset + output_offset; in write_sections()
783 view_start = output_section_offset; in write_sections()
797 view = buffer + view_start; in write_sections()
810 view = of->get_input_output_view(view_start, view_size); in write_sections()
813 view = of->get_output_view(view_start, view_size); in write_sections()
841 pvs->offset = view_start; in write_sections()
/dragonfly/contrib/binutils-2.34/gold/
H A Dreloc.cc767 off_t view_start; in write_sections() local
772 view_start = output_section_offset + output_offset; in write_sections()
783 view_start = output_section_offset; in write_sections()
797 view = buffer + view_start; in write_sections()
810 view = of->get_input_output_view(view_start, view_size); in write_sections()
813 view = of->get_output_view(view_start, view_size); in write_sections()
841 pvs->offset = view_start; in write_sections()