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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc339 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
341 while (shadow_ptr >= shadow_bottom &&
347 while (shadow_ptr >= shadow_bottom &&
353 if (shadow_ptr < shadow_bottom) {
377 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
379 while (shadow_ptr >= shadow_bottom &&
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc338 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
340 while (shadow_ptr >= shadow_bottom &&
346 while (shadow_ptr >= shadow_bottom &&
352 if (shadow_ptr < shadow_bottom) {
376 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
378 while (shadow_ptr >= shadow_bottom &&
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp352 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
354 while (shadow_ptr >= shadow_bottom &&
360 while (shadow_ptr >= shadow_bottom &&
366 if (shadow_ptr < shadow_bottom) {
393 u8 *shadow_bottom = (u8*)MemToShadow(bottom); local
395 while (shadow_ptr >= shadow_bottom &&

Completed in 75 milliseconds