Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_mapping.h200 #define kLowShadowEnd MEM_TO_SHADOW(kLowMemEnd) macro
215 #define kShadowGapBeg (kLowShadowEnd ? kLowShadowEnd + 1 \
259 return a >= kLowShadowBeg && a <= kLowShadowEnd; in AddrIsInLowShadow()
Dasan_rtl.cc373 (void*)kLowShadowBeg, (void*)kLowShadowEnd); in PrintAddressSpaceLayout()
379 (void*)MEM_TO_SHADOW(kLowShadowEnd), in PrintAddressSpaceLayout()
399 CHECK(kMidShadowBeg > kLowShadowEnd && in PrintAddressSpaceLayout()
483 ReserveShadowMemoryRange(shadow_start, kLowShadowEnd, "low shadow"); in AsanInitInternal()
492 CHECK(kLowShadowBeg != kLowShadowEnd); in AsanInitInternal()
494 ReserveShadowMemoryRange(shadow_start, kLowShadowEnd, "low shadow"); in AsanInitInternal()