Home
last modified time | relevance | path

Searched refs:osdict (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/
H A Dioreg.py1494 def LookupKeyInOSDict(osdict, key, comparer = None): argument
1498 if not osdict:
1500 count = unsigned(osdict.count)
1504 dictionary = osdict.dictionary
1532 def GetRegDictionary(osdict, prefix): argument
1539 count = unsigned(osdict.count)
1541 dictionary = osdict.dictionary