Home
last modified time | relevance | path

Searched refs:stkend (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dsubr_asan.c1295 void __asan_allocas_unpoison(const void *stkbegin, const void *stkend) in __asan_allocas_unpoison() argument
1301 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend)) in __asan_allocas_unpoison()
1303 size = (uintptr_t)stkend - (uintptr_t)stkbegin; in __asan_allocas_unpoison()