Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_internal.h161 const int kAsanAllocaRightMagic = 0xcb; variable
Dasan_fake_stack.cpp272 RightRzAddr - PartialRzAligned, kAsanAllocaRightMagic); in __asan_alloca_poison()
273 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
Dasan_descriptions.h68 case kAsanAllocaRightMagic: in ShadowByte()
Dasan_errors.cpp474 case kAsanAllocaRightMagic: in ErrorGeneric()
534 PrintShadowByte(str, " Right alloca redzone: ", kAsanAllocaRightMagic); in PrintLegend()
/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()