Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dlldbwrap.py59 I64_STRUCT = struct.Struct('q') variable
326 return int(I64_STRUCT.unpack(self.xReadBytes(addr, 8))[0])
347 return int(I64_STRUCT.unpack(self.xReadBytes(addr, 8))[0])
439 return self.xIterAsScalar(I64_STRUCT, addr, count)
460 return self.xIterAsScalar(I64_STRUCT, addr, count)