Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_internal.h154 const int kAsanAllocaLeftMagic = 0xca; variable
H A Dasan_descriptions.h67 case kAsanAllocaLeftMagic: in ShadowByte()
H A Dasan_errors.cpp493 case kAsanAllocaLeftMagic: in ErrorGeneric()
554 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic); in PrintLegend()
H A Dasan_fake_stack.cpp296 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison()