Searched refs:MemToShadowOffset (Results 1 – 3 of 3) sorted by relevance
77 static constexpr uintptr_t MemToShadowOffset(uintptr_t x) { in MemToShadowOffset() function
49 return reinterpret_cast<uint16_t*>(*shadow_start + MemToShadowOffset(x)); in MemToShadow()
43 uintptr_t ofs = CFIShadow::MemToShadowOffset(addr); in shadow_load()