Searched refs:unpack (Results 1 – 5 of 5) sorted by relevance
68 data = struct.unpack(self.fmt, buf)96 data = struct.unpack(self.fmt, buf)166 e_ident = struct.unpack(ei_nident_fmt, data)
764 example = s.unpack(b' ' * s.size)810 struct_unpack_name: struct.unpack,864 return cls.unpack(args[0])868 def unpack(blob: memoryview) -> 'Ident': member in Ident871 ei_pad = struct.unpack('4s5B7s', blob)1029 return typ.unpack(self.image[offset: offset + typ.size])
646 unpack it in a directory such as '/usr/src/linux-VERSION'. In that
704 @var{install-directory}. The easiest way to do this is to unpack it
2300 * sysdeps/mach/hurd/__ioctl.c: Only try to unpack if IOC_OUT is set.