Searched refs:GetObjectAtIndexFromArray (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.61.2/tools/lldbmacros/ |
| H A D | refgrp.py | 83 a = GetObjectAtIndexFromArray(addressof(kern.globals.sKextAccounts[0]), i)
|
| H A D | ipc.py | 72 iep = GetObjectAtIndexFromArray(is_tableval, i) 418 entry_val = GetObjectAtIndexFromArray(is_tableval, local_name >> 8) 752 entryval = GetObjectAtIndexFromArray(is_tableval, index) 854 entryval = GetObjectAtIndexFromArray(is_tableval, index) 1205 entry_val = GetObjectAtIndexFromArray(is_tableval, idx) 1480 iep = GetObjectAtIndexFromArray(is_tableval, i) 1547 iep = GetObjectAtIndexFromArray(is_tableval, i) 2122 entry = GetObjectAtIndexFromArray(entry_table, i)
|
| H A D | kext.py | 40 GetObjectAtIndexFromArray, 358 for kext_dict in (GetObjectAtIndexFromArray(kext_ptr.dictionary, i)
|
| H A D | turnstile.py | 115 turnstile_bucket = GetObjectAtIndexFromArray(kern.globals.turnstile_htable, index)
|
| H A D | memory.py | 428 return GetObjectAtIndexFromArray(kern.globals.pgz_backtraces, slot * 2) 434 return GetObjectAtIndexFromArray(kern.globals.pgz_backtraces, slot * 2 + 1) 4631 slot = GetObjectAtIndexFromArray(chunk, slot_idx) 4635 slot = GetObjectAtIndexFromArray(pager.cpgr_slots.cpgr_dslots, slot_idx) 4639 slot = GetObjectAtIndexFromArray(pager.cpgr_slots.cpgr_eslots, slot_idx) 4679 c_segments_elt = GetObjectAtIndexFromArray(c_segments, slot.s_cseg-1) 4721 cs = GetObjectAtIndexFromArray(c_seg.c_slot_var_array, c_indx - c_seg_fixed_array_len) 4725 …cs = GetObjectAtIndexFromArray(c_seg.c_slots[c_indx // C_SEG_SLOT_ARRAY_SIZE], c_indx & C_SEG_SLOT…
|
| H A D | xnu.py | 295 def GetObjectAtIndexFromArray(array_base, index): function
|