Searched refs:shadow_bottom (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp337 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
339 while (shadow_ptr >= shadow_bottom &&
345 while (shadow_ptr >= shadow_bottom &&
351 if (shadow_ptr < shadow_bottom) {
376 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
378 while (shadow_ptr >= shadow_bottom &&

Completed in 56 milliseconds