Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_internal.h150 const int kAsanAllocaLeftMagic = 0xca; variable
Dasan_report.cc98 case kAsanAllocaLeftMagic: in ShadowByte()
186 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic); in PrintLegend()
1158 case kAsanAllocaLeftMagic: in ReportGenericError()
Dasan_fake_stack.cc270 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison()