Home | History | Annotate | Download | only in Scripts

Lines Matching defs:read8

29     def read8(self):
132 st_info = f.read8()[0]
137 print " ('st_other', %s)" % common_dump.HexDump(f.read8())
154 r_ssym = f.read8()
155 r_type3 = f.read8()
156 r_type2 = f.read8()
157 r_type = f.read8()
183 fileclass = f.read8()
192 byteordering = f.read8()
201 print "('e_indent[EI_VERSION]', %s)" % common_dump.HexDump(f.read8())
202 print "('e_indent[EI_OSABI]', %s)" % common_dump.HexDump(f.read8())
203 print "('e_indent[EI_ABIVERSION]', %s)" % common_dump.HexDump(f.read8())