Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_internal.h156 const int kAsanAllocaRightMagic = 0xcb; variable
H A Dasan_fake_stack.cpp323 RightRzAddr - PartialRzAligned, kAsanAllocaRightMagic); in __asan_alloca_poison()
324 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
H A Dasan_descriptions.h66 case kAsanAllocaRightMagic: in ShadowByte()
H A Dasan_errors.cpp504 case kAsanAllocaRightMagic: in ErrorGeneric()
565 PrintShadowByte(str, " Right alloca redzone: ", kAsanAllocaRightMagic); in PrintLegend()