Home | History | Annotate | Download | only in Scripts

Lines Matching full:read16

31     def read16(self):
112 print " ('st_shndx', %s)" % common_dump.HexDump(f.read16())
168 print "('e_type', %s)" % common_dump.HexDump(f.read16())
169 print "('e_machine', %s)" % common_dump.HexDump(f.read16())
176 print "('e_ehsize', %s)" % common_dump.HexDump(f.read16())
177 print "('e_phentsize', %s)" % common_dump.HexDump(f.read16())
178 print "('e_phnum', %s)" % common_dump.HexDump(f.read16())
179 e_shentsize = f.read16()
181 e_shnum = f.read16()
183 e_shstrndx = f.read16()