Home | History | Annotate | Download | only in Scripts

Lines Matching refs:seek

12             # Snarf all the data so we can seek.
19 def seek(self, pos):
20 self.file.seek(pos)
87 f.seek(self.sh_offset[0])
99 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
122 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
166 f.seek(16) # Seek to end of e_ident.
189 f.seek(e_shoff[0] + index * e_shentsize[0])
194 f.seek(sections[e_shstrndx[0]].sh_offset[0])
201 f.seek(section.sh_offset[0])