Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/core/
H A D__init__.py4 from .cvalue import value, gettype, getfieldoffset
H A Dcvalue.py549 addr = int(obj) - getfieldoffset(target_type, field_name)
635 def getfieldoffset(struct_type, field_name_or_path, target=None): function
/xnu-11417.140.69/tools/lldbmacros/
H A Dipc.py2262 portoff = getfieldoffset('struct ipc_port', 'ip_messages')