Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp181 uptr main_shadow = GetShadow(); in Install() local
182 if (main_shadow) { in Install()
186 MREMAP_MAYMOVE | MREMAP_FIXED, (void *)main_shadow); in Install()
189 void *res = mremap((void *)shadow_, GetShadowSize(), (void *)main_shadow, in Install()
195 ::memcpy(&shadow_, &main_shadow, GetShadowSize()); in Install()