Searched refs:MemToShadow (Results 1 – 4 of 4) sorted by relevance
25 uintptr_t shadow_beg = MemToShadow(addr); in PoisonShadow()26 uintptr_t shadow_end = MemToShadow(addr + size); in PoisonShadow()36 uint8_t *shadow = (uint8_t*)MemToShadow(addr); in PoisonShadowPartialRightRedzone()56 chunk = (uint8_t*)MemToShadow(address); in ShadowSegmentEndpoint()
86 static inline uintptr_t MemToShadow(uintptr_t p) { in MemToShadow() function105 uint8_t *shadow_address = (uint8_t*)MemToShadow(a); in AddressIsPoisoned()
340 uint8_t *shadow_addr = (uint8_t*)MemToShadow(addr); in __asan_report_error()403 uintptr_t shadow_addr = MemToShadow(addr); in __asan_report_error()
99 uintptr_t shadow = __asan::MemToShadow(ptr + i); in PrintShadow()