Searched refs:GetObjectAtIndexFromArray (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | refgrp.py | 83 a = GetObjectAtIndexFromArray(addressof(kern.globals.sKextAccounts[0]), i)
|
| H A D | ipc.py | 62 iep = GetObjectAtIndexFromArray(is_tableval, i) 360 entry_val = GetObjectAtIndexFromArray(is_tableval, local_name >> 8) 693 entryval = GetObjectAtIndexFromArray(is_tableval, index) 795 entryval = GetObjectAtIndexFromArray(is_tableval, index) 1160 entry_val = GetObjectAtIndexFromArray(is_tableval, idx) 1444 iep = GetObjectAtIndexFromArray(is_tableval, i) 1511 iep = GetObjectAtIndexFromArray(is_tableval, i) 2087 entry = GetObjectAtIndexFromArray(entry_table, i)
|
| H A D | turnstile.py | 115 turnstile_bucket = GetObjectAtIndexFromArray(kern.globals.turnstile_htable, index)
|
| H A D | kext.py | 40 GetObjectAtIndexFromArray, 358 for kext_dict in (GetObjectAtIndexFromArray(kext_ptr.dictionary, i)
|
| H A D | memory.py | 419 return GetObjectAtIndexFromArray(kern.globals.pgz_backtraces, slot * 2) 425 return GetObjectAtIndexFromArray(kern.globals.pgz_backtraces, slot * 2 + 1) 4332 slot = GetObjectAtIndexFromArray(chunk, slot_idx) 4336 slot = GetObjectAtIndexFromArray(pager.cpgr_slots.cpgr_dslots, slot_idx) 4340 slot = GetObjectAtIndexFromArray(pager.cpgr_slots.cpgr_eslots, slot_idx) 4380 c_segments_elt = GetObjectAtIndexFromArray(c_segments, slot.s_cseg-1) 4422 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len) 4426 …cs = GetObjectAtIndexFromArray(c_seg.c_slots[c_indx // C_SEG_SLOT_ARRAY_SIZE], c_indx & C_SEG_SLOT…
|
| H A D | xnu.py | 285 def GetObjectAtIndexFromArray(array_base, index): function
|