Searched refs:shadow_start (Results 1 – 2 of 2) sorted by relevance
43 char* shadow_start; member in ShadowWrite51 shadow_start = reinterpret_cast<char*>(s); in ShadowWrite()53 aligned_start = reinterpret_cast<char*>(PAGE_START(reinterpret_cast<uintptr_t>(shadow_start))); in ShadowWrite()59 memcpy(tmp_start, aligned_start, shadow_start - aligned_start); in ShadowWrite()64 return reinterpret_cast<uint16_t*>(tmp_start + (shadow_start - aligned_start)); in begin()81 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, *shadow_start, kShadowSize, "cfi shadow"); in FixupVmaName()164 CHECK(shadow_start != nullptr); in AddLibrary()205 shadow_start = reinterpret_cast<uintptr_t* (*)(uintptr_t)>(cfi_init)(p); in NotifyLibDl()206 CHECK(shadow_start != nullptr); in NotifyLibDl()207 CHECK(*shadow_start == p); in NotifyLibDl()[all …]
49 return reinterpret_cast<uint16_t*>(*shadow_start + MemToShadowOffset(x)); in MemToShadow()83 uintptr_t *shadow_start; variable