Searched refs:stkbegin (Results 1 – 1 of 1) sorted by relevance
1218 __asan_allocas_unpoison(const void *stkbegin, const void *stkend) in __asan_allocas_unpoison() argument1222 if (__predict_false(!stkbegin)) in __asan_allocas_unpoison()1224 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend)) in __asan_allocas_unpoison()1226 size = (uintptr_t)stkend - (uintptr_t)stkbegin; in __asan_allocas_unpoison()1228 kasan_shadow_Nbyte_fill(stkbegin, size, 0); in __asan_allocas_unpoison()