Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dmerge.cc619 section_offset_type last_input_offset = 0; in finalize_merged_data() local
626 section_size_type length = p->offset - last_input_offset; in finalize_merged_data()
628 this->add_mapping((*l)->object, (*l)->shndx, last_input_offset, in finalize_merged_data()
630 last_input_offset = p->offset; in finalize_merged_data()