Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dlldbwrap.py63 U32_STRUCT = struct.Struct('I') variable
338 return int(U32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])
354 return int(U32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])
451 return self.xIterAsScalar(U32_STRUCT, addr, count)
467 return self.xIterAsScalar(U32_STRUCT, addr, count)