Lines Matching refs:read16
31 def read16(self):
122 print " ('st_shndx', %s)" % common_dump.HexDump(f.read16())
176 print "('e_type', %s)" % common_dump.HexDump(f.read16())
177 print "('e_machine', %s)" % common_dump.HexDump(f.read16())
184 print "('e_ehsize', %s)" % common_dump.HexDump(f.read16())
185 print "('e_phentsize', %s)" % common_dump.HexDump(f.read16())
186 print "('e_phnum', %s)" % common_dump.HexDump(f.read16())
187 e_shentsize = f.read16()
189 e_shnum = f.read16()
191 e_shstrndx = f.read16()