Home
last modified time | relevance | path

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

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