Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_posix.cc30 (uptr)MmapFixedNoReserve(ShadowBeg(), ShadowEnd() - ShadowBeg(), in InitializeShadowMemory()
32 if (shadow != ShadowBeg()) { in InitializeShadowMemory()
35 "to link with -pie (%p, %p).\n", shadow, ShadowBeg()); in InitializeShadowMemory()
81 DontDumpShadowMemory(ShadowBeg(), ShadowEnd() - ShadowBeg()); in InitializeShadowMemory()
83 ShadowBeg(), ShadowEnd(), in InitializeShadowMemory()
84 (ShadowEnd() - ShadowBeg()) >> 30); in InitializeShadowMemory()
133 ProtectRange(LoAppMemEnd(), ShadowBeg()); in CheckAndProtect()
Dtsan_platform_linux.cc92 if (p >= ShadowBeg() && p < ShadowEnd()) in FillProfileCallback()
132 FlushUnneededShadowMemory(ShadowBeg(), ShadowEnd() - ShadowBeg()); in FlushShadowMemoryCallback()
Dtsan_platform.h472 uptr ShadowBeg(void) { in ShadowBeg() function