Searched refs:xIterSiblings (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | iterators.py | 643 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 D | kernelcore.py | 541 iter_za = za.chkGetChildAtIndex(0).xIterSiblings(0, n) 542 iter_zs = zs.chkGetChildAtIndex(0).xIterSiblings(0, n)
|
| H A D | lldbwrap.py | 865 def xIterSiblings(self, start, stop, step=1): member in SBValue
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | ipc.py | 42 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 D | kext.py | 146 for kext in (core.value(e.AddressOf()) for e in arr.xIterSiblings(0, total)):
|