Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dfileread.cc716 off_t i_off = i_entry.file_offset; in read_multiple() local
717 off_t end_off = i_off + i_entry.size; in read_multiple()
733 this->read(base + i_off, i_entry.size, i_entry.buffer); in read_multiple()
736 File_read::View* view = this->find_view(base + i_off, in read_multiple()
737 end_off - i_off, in read_multiple()
744 + (base + i_off - view->start() in read_multiple()
750 - i_off) in read_multiple()
753 - i_off)); in read_multiple()
755 v + (k_entry.file_offset - i_off), in read_multiple()