Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_internal.h161 const int kAsanAllocaRightMagic = 0xcb; variable
Dasan_fake_stack.cpp300 RightRzAddr - PartialRzAligned, kAsanAllocaRightMagic); in __asan_alloca_poison()
301 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
Dasan_descriptions.h68 case kAsanAllocaRightMagic: in ShadowByte()
Dasan_errors.cpp475 case kAsanAllocaRightMagic: in ErrorGeneric()
535 PrintShadowByte(str, " Right alloca redzone: ", kAsanAllocaRightMagic); in PrintLegend()