Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h155 const int kAsanAllocaLeftMagic = 0xca; variable
H A Dasan_descriptions.h65 case kAsanAllocaLeftMagic: in ShadowByte()
H A Dasan_errors.cpp503 case kAsanAllocaLeftMagic: in ErrorGeneric()
564 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic); in PrintLegend()
H A Dasan_fake_stack.cpp320 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison()