Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/core/
H A Dkernelcore.py147 def IterateQueue(queue_head, element_ptr_type, element_field_name, backwards=False, unpack_ptr_fn=N… argument
164 if isinstance(element_ptr_type, str):
165 element_ptr_type = gettype(element_ptr_type)
171 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)