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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dfileread.cc625 off_t i_off = i_entry.file_offset; local
626 off_t end_off = i_off + i_entry.size;
642 this->read(base + i_off, i_entry.size, i_entry.buffer);
645 File_read::View* view = this->find_view(base + i_off,
646 end_off - i_off,
653 + (base + i_off - view->start()
659 - i_off)
662 - i_off));
664 v + (k_entry.file_offset - i_off),
/netbsd-6-1-5-RELEASE/usr.sbin/dumpfs/
H A Ddumpfs.c660 print_ufs1_inode(int inum, int i_off, void *ibuf) argument
664 i += i_off;
687 print_ufs2_inode(int inum, int i_off, void *ibuf) argument
691 i += i_off;

Completed in 64 milliseconds