Searched refs:mo (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/tools/lldbmacros/ |
| H A D | kasan.py | 670 def _print_mo(self, mo, addr): argument 673 vmo_base, vmo_size = mo.valid_alloc() 677 mo_base, mo_size = mo.total_alloc() 682 left_rz, right_rz = mo.redzones() 687 print(" Type: {}".format(mo.type.capitalize())) 688 if mo.zone: 690 mo.zone.address, mo.zone.name)) 703 btref = mo.btref() 771 mo = self._mo_provider.lookup(addr & ~0x7) 772 if isinstance(mo, ShadowMapEntry): [all …]
|
| H A D | memory.py | 266 mo = whatis.find_provider(addr).lookup(addr) 268 if not mo.real_addr: 271 live = mo.status == 'allocated' 276 with O.table("Element {:4d}: {:<#20x} ({:<s})".format(i, mo.elem_addr, mo.zone.name)): 278 for pc in mo.meta.pgz_alloc_bt_frames: 283 for pc in mo.meta.pgz_free_bt_frames: 308 mo = provider.lookup(address) 309 provider.describe(mo) 310 mo.describe(verbose = True) 891 mo = whatis.find_provider(extra_addr).lookup(extra_addr) [all …]
|
| H A D | kext.py | 659 print(fmt.format(mo=self, subsec=subsec, sym=sym))
|
| /xnu-8796.141.3/tools/lldbmacros/kmemory/ |
| H A D | whatis.py | 113 def describe(self, mo): argument 124 ).format(mo)) 126 mem_r = mo.object_range 132 address = mo.address
|
| /xnu-8796.141.3/libkern/os/ |
| H A D | refcnt.c | 538 struct os_refgrp *__debug_only grp, memory_order mo) in os_ref_retain_mask_inline() argument 540 os_ref_count_t old = atomic_fetch_add_explicit(rc, n, mo); in os_ref_retain_mask_inline()
|