Home
last modified time | relevance | path

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

/bionic/libc/private/
DCFIShadow.h77 static constexpr uintptr_t MemToShadowOffset(uintptr_t x) { in MemToShadowOffset() function
/bionic/linker/
Dlinker_cfi.h49 return reinterpret_cast<uint16_t*>(*shadow_start + MemToShadowOffset(x)); in MemToShadow()
/bionic/libdl/
Dlibdl_cfi.cpp43 uintptr_t ofs = CFIShadow::MemToShadowOffset(addr); in shadow_load()