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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A Dsafestack.cc197 thread_stack_ll *cur_stack = local
199 cur_stack->stack_base = (char *)unsafe_stack_start - unsafe_stack_guard;
200 cur_stack->size = unsafe_stack_size + unsafe_stack_guard;
201 cur_stack->pid = pid;
202 cur_stack->tid = tid;
208 cur_stack->next = temp_stacks;
209 thread_stacks = cur_stack;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc170 const uptr cur_stack = (uptr)&local; local
174 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc172 const uptr cur_stack = (uptr)&local; local
176 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp178 const uptr cur_stack = (uptr)&local; local
182 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)

Completed in 217 milliseconds