Searched refs:FastPoisonShadow (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_fake_stack.cc | 268 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison() 272 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
|
H A D | asan_poisoning.h | 37 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
|
H A D | asan_globals.cc | 59 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal() 64 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones()
|
H A D | asan_poisoning.cc | 39 FastPoisonShadow(addr, size, value); in PoisonShadow()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_fake_stack.cc | 270 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison() 274 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
|
H A D | asan_poisoning.h | 39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
|
H A D | asan_globals.cc | 61 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 D | asan_poisoning.cc | 41 FastPoisonShadow(addr, size, value); in PoisonShadow()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_fake_stack.cpp | 298 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic); in __asan_alloca_poison() 302 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic); in __asan_alloca_poison()
|
H A D | asan_poisoning.h | 39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() function
|
H A D | asan_globals.cpp | 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()
|
H A D | asan_poisoning.cpp | 40 FastPoisonShadow(addr, size, value); in PoisonShadow()
|