Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_internal.h153 const int kAsanAllocaLeftMagic = 0xca; variable
HDasan_descriptions.h67 case kAsanAllocaLeftMagic: in ShadowByte()
HDasan_errors.cpp493 case kAsanAllocaLeftMagic: in ErrorGeneric()
554 PrintShadowByte(str, " Left alloca redzone: ", kAsanAllocaLeftMagic); in PrintLegend()
HDasan_fake_stack.cpp314 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison()