Home
last modified time | relevance | path

Searched refs:unpack (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/scripts/
Dtst-elf-edit.py68 data = struct.unpack(self.fmt, buf)
96 data = struct.unpack(self.fmt, buf)
166 e_ident = struct.unpack(ei_nident_fmt, data)
Dglibcelf.py764 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 Ident
871 ei_pad = struct.unpack('4s5B7s', blob)
1029 return typ.unpack(self.image[offset: offset + typ.size])
/glibc-2.36/
DINSTALL646 unpack it in a directory such as '/usr/src/linux-VERSION'. In that
/glibc-2.36/manual/
Dinstall.texi704 @var{install-directory}. The easiest way to do this is to unpack it
/glibc-2.36/ChangeLog.old/
DChangeLog.42300 * sysdeps/mach/hurd/__ioctl.c: Only try to unpack if IOC_OUT is set.