Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h4524 bfd_vma prev_offset = 0; in coff_slurp_line_table() local
4614 if (sym->symbol.value < prev_offset) in coff_slurp_line_table()
4616 prev_offset = sym->symbol.value; in coff_slurp_line_table()
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc4995 unsigned int prev_offset = this->got_page_offset_start_; in add_page_entries() local
5003 gold_assert(next_offset == prev_offset + size/8); in add_page_entries()
5004 prev_offset = next_offset; in add_page_entries()