Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/core/
H A Diterators.py643 for head_idx, head in enumerate(hash_arr.xIterSiblings(0, hash_sz))
649 for head in hash_arr.xIterSiblings(0, hash_sz)
740 for head_idx, head in enumerate(hash_arr.xIterSiblings(
748 for head in hash_arr.xIterSiblings(
H A Dkernelcore.py541 iter_za = za.chkGetChildAtIndex(0).xIterSiblings(0, n)
542 iter_zs = zs.chkGetChildAtIndex(0).xIterSiblings(0, n)
H A Dlldbwrap.py865 def xIterSiblings(self, start, stop, step=1): member in SBValue
/xnu-11215/tools/lldbmacros/
H A Dipc.py42 for index, iep in enumerate(base.xIterSiblings(1, num_entries), 1)
54 for iep in base.xIterSiblings(1, num_entries)
1273 for iep in base.xIterSiblings(1, num_entries)
H A Dkext.py146 for kext in (core.value(e.AddressOf()) for e in arr.xIterSiblings(0, total)):