Searched refs:findGlobal (Results 1 - 1 of 1) sorted by last modified time

/darwin-on-arm/xnu/
H A Dlldbmacros.py9 def findGlobal(variable): function
13 return findGlobal(variable).GetValue()
89 kext_summary_header = findGlobal("gLoadedKextSummaries")
139 zone_ptr = findGlobal("first_zone");
172 ivars_size = findGlobal("debug_ivars_size").GetValueAsUnsigned()
173 container_malloc_size = findGlobal("debug_container_malloc_size").GetValueAsUnsigned()
174 iomalloc_size = findGlobal("debug_iomalloc_size").GetValueAsUnsigned()
175 iomallocpageable_size = findGlobal("debug_iomallocpageable_size").GetValueAsUnsigned()

Completed in 52 milliseconds