Searched refs:FastPoisonShadow (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_fake_stack.cc | 270 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison() 274 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
|
D | asan_poisoning.h | 39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
|
D | asan_globals.cc | 60 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal() 65 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones()
|
D | asan_poisoning.cc | 41 FastPoisonShadow(addr, size, value); in PoisonShadow()
|