Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/core/
H A Dkernelcore.py151 def IterateQueue(queue_head, element_ptr_type, element_field_name, backwards=False, unpack_ptr_fn=N… argument
168 if isinstance(element_ptr_type, str):
169 element_ptr_type = gettype(element_ptr_type)
175 element_ptr_type.GetPointeeType(),
H A Doperating_system.py609 def IterateQueue(queue_head: lldb.SBValue, element_ptr_type: lldb.SBType, element_field_name: str):
628 elt = cur_elt.Cast(element_ptr_type)