HomeSort by: relevance | last modified time | path
    Searched refs:FastPoisonShadow (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_poisoning.h 39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size,
asan_fake_stack.cc 270 FastPoisonShadow(LeftRedzoneAddr, kAllocaRedzoneSize, kAsanAllocaLeftMagic);
274 FastPoisonShadow(RightRzAddr, kAllocaRedzoneSize, kAsanAllocaRightMagic);
asan_globals.cc 61 FastPoisonShadow(g->beg, g->size_with_redzone, value);
66 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size,
asan_poisoning.cc 41 FastPoisonShadow(addr, size, value);

Completed in 129 milliseconds