Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dlldbwrap.py57 I16_STRUCT = struct.Struct('h') variable
318 return int(I16_STRUCT.unpack(self.xReadBytes(addr, 2))[0])
431 return self.xIterAsScalar(I16_STRUCT, addr, count)