Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dlldbwrap.py58 I32_STRUCT = struct.Struct('i') variable
322 return int(I32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])
348 return int(I32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])
435 return self.xIterAsScalar(I32_STRUCT, addr, count)
461 return self.xIterAsScalar(I32_STRUCT, addr, count)