Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h4558 bfd_vma prev_offset = 0; in coff_slurp_line_table() local
4652 if (sym->symbol.value < prev_offset) in coff_slurp_line_table()
4654 prev_offset = sym->symbol.value; in coff_slurp_line_table()
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc5856 unsigned int prev_offset = this->got_page_offset_start_; in add_page_entries() local
5864 gold_assert(next_offset == prev_offset + size/8); in add_page_entries()
5865 prev_offset = next_offset; in add_page_entries()