HomeSort by relevance Sort by last modified time
    Searched refs:PoisonShadowPartialRightRedzone (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/asan/
asan_globals.cc 51 PoisonShadowPartialRightRedzone(g.beg + g_aligned_down_size,
asan_poisoning.cc 31 void PoisonShadowPartialRightRedzone(uintptr_t addr,
asan_internal.h 223 void PoisonShadowPartialRightRedzone(uintptr_t addr,
asan_allocator.cc 128 PoisonShadowPartialRightRedzone(mem, size, REDZONE,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 718 static void PoisonShadowPartialRightRedzone(uint8_t *Shadow,
773 PoisonShadowPartialRightRedzone((uint8_t*)&Poison, AddressableBytes,
    [all...]

Completed in 269 milliseconds