Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dkasan.py129 _shstr = shadow_byte_to_string(_shbyte)
144 shstr = shadow_byte_to_string(shbyte)
194 def shadow_byte_to_string(sb): function
219 print "Poisoned memory, shadow {:x} [{}]".format(shbyte, shadow_byte_to_string(shbyte))
303 print("0x{:02x} @ 0x{:016x} [{}]\n\n".format(sb, shadow, shadow_byte_to_string(sb)))