Searched refs:shadow_for_address (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | kasan.py | 37 def shadow_for_address(addr, shift): function 51 addr = shadow_for_address(addr, shift) 127 _shp = shadow_for_address(_addr, shift) 136 shbyte = get_shadow_byte(shadow_for_address(addr, shift)) 142 shp = shadow_for_address(addr, shift) 205 shaddr = shadow_for_address(addr, shift) 232 shbyte = get_shadow_byte(shadow_for_address(addr, shift)) 247 shbyte = get_shadow_byte(shadow_for_address(addr, shift)) 254 shbyte = get_shadow_byte(shadow_for_address(addr, shift)) 297 print "0x{:016x}".format(shadow_for_address(addr, shift)) [all …]
|