Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc270 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison()
274 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
H A Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
H A Dasan_globals.cc61 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal()
66 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones()
H A Dasan_poisoning.cc41 FastPoisonShadow(addr, size, value); in PoisonShadow()