Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_internal.h151 const int kAsanAllocaRightMagic = 0xcb; variable
Dasan_fake_stack.cc273 RightRzAddr - PartialRzAligned, kAsanAllocaRightMagic); in __asan_alloca_poison()
274 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
Dasan_report.cc99 case kAsanAllocaRightMagic: in ShadowByte()
187 PrintShadowByte(str, " Right alloca redzone: ", kAsanAllocaRightMagic); in PrintLegend()
1159 case kAsanAllocaRightMagic: in ReportGenericError()