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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc125 next_stack_bottom_ = bottom;
156 stack_bottom_ = next_stack_bottom_;
160 next_stack_bottom_ = 0;
174 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
175 return {next_stack_bottom_, next_stack_top_};
222 next_stack_top_ = next_stack_bottom_ = 0;
H A Dasan_thread.h157 uptr next_stack_bottom_; member in class:__asan::AsanThread
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc127 next_stack_bottom_ = bottom;
158 stack_bottom_ = next_stack_bottom_;
162 next_stack_bottom_ = 0;
176 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
177 return {next_stack_bottom_, next_stack_top_};
224 next_stack_top_ = next_stack_bottom_ = 0;
H A Dasan_thread.h155 uptr next_stack_bottom_; member in class:__asan::AsanThread
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp133 next_stack_bottom_ = bottom;
164 stack_bottom_ = next_stack_bottom_;
168 next_stack_bottom_ = 0;
182 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
183 return {next_stack_bottom_, next_stack_top_};
232 next_stack_top_ = next_stack_bottom_ = 0;
H A Dasan_thread.h157 uptr next_stack_bottom_; member in class:__asan::AsanThread

Completed in 131 milliseconds