Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddescriptors.cc68 stack_top_(-1), current_(0), limit_(8192 - 16) in Descriptors()
101 if (descriptor == this->stack_top_) in open()
103 this->stack_top_ = pod->stack_next; in open()
218 pod->stack_next = this->stack_top_; in release()
219 this->stack_top_ = descriptor; in release()
240 int i = this->stack_top_; in close_some_descriptor()
254 this->stack_top_ = pod->stack_next; in close_some_descriptor()
291 this->stack_top_ = -1; in close_all()
H A Ddescriptors.h90 int stack_top_; variable
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddescriptors.cc68 stack_top_(-1), current_(0), limit_(8192 - 16) in Descriptors()
101 if (descriptor == this->stack_top_) in open()
103 this->stack_top_ = pod->stack_next; in open()
218 pod->stack_next = this->stack_top_; in release()
219 this->stack_top_ = descriptor; in release()
240 int i = this->stack_top_; in close_some_descriptor()
254 this->stack_top_ = pod->stack_next; in close_some_descriptor()
291 this->stack_top_ = -1; in close_all()
H A Ddescriptors.h90 int stack_top_; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.cc155 *size_old = stack_top_ - stack_bottom_; in FinishSwitchFiber()
157 stack_top_ = next_stack_top_; in FinishSwitchFiber()
166 if (stack_bottom_ >= stack_top_) return {0, 0}; in GetStackBounds()
167 return {stack_bottom_, stack_top_}; in GetStackBounds()
176 return {stack_bottom_, stack_top_}; in GetStackBounds()
226 if (stack_top_ != stack_bottom_) { in Init()
229 CHECK(AddrIsInMem(stack_top_ - 1)); in Init()
237 (void *)stack_bottom_, (void *)stack_top_, stack_top_ - stack_bottom_, in Init()
296 stack_top_ = stack_bottom_ + stack_size; in SetThreadStackAndTls()
300 if (stack_top_ != stack_bottom_) { in SetThreadStackAndTls()
[all …]
H A Dasan_thread.h153 uptr stack_top_; variable
H A Dasan_rtems.cc127 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
H A Dasan_fuchsia.cc123 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.cpp163 *size_old = stack_top_ - stack_bottom_; in FinishSwitchFiber()
165 stack_top_ = next_stack_top_; in FinishSwitchFiber()
174 if (stack_bottom_ >= stack_top_) return {0, 0}; in GetStackBounds()
175 return {stack_bottom_, stack_top_}; in GetStackBounds()
184 return {stack_bottom_, stack_top_}; in GetStackBounds()
236 if (stack_top_ != stack_bottom_) { in Init()
239 CHECK(AddrIsInMem(stack_top_ - 1)); in Init()
256 (void *)stack_bottom_, (void *)stack_top_, stack_top_ - stack_bottom_, in Init()
309 stack_top_ = RoundDownTo(stack_bottom_ + stack_size, SHADOW_GRANULARITY); in SetThreadStackAndTls()
313 if (stack_top_ != stack_bottom_) { in SetThreadStackAndTls()
[all …]
H A Dasan_thread.h153 uptr stack_top_; variable
H A Dasan_fuchsia.cpp145 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc157 *size_old = stack_top_ - stack_bottom_; in FinishSwitchFiber()
159 stack_top_ = next_stack_top_; in FinishSwitchFiber()
168 if (stack_bottom_ >= stack_top_) return {0, 0}; in GetStackBounds()
169 return {stack_bottom_, stack_top_}; in GetStackBounds()
178 return {stack_bottom_, stack_top_}; in GetStackBounds()
230 CHECK(AddrIsInMem(stack_top_ - 1)); in Init()
237 (void *)stack_bottom_, (void *)stack_top_, stack_top_ - stack_bottom_, in Init()
296 stack_top_ = stack_bottom_ + stack_size; in SetThreadStackAndTls()
307 PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStackAndTLS()
H A Dasan_thread.h151 uptr stack_top_; variable
H A Dasan_rtems.cc125 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
H A Dasan_fuchsia.cc121 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.cpp41 CHECK_EQ(0, stack_top_); in Init()
76 CHECK(MemIsApp(stack_top_ - 1)); in InitStackRingBuffer()
90 if (stack_top_ != stack_bottom_) in ClearShadowForThreadStackAndTLS()
91 TagMemory(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStackAndTLS()
H A Dhwasan_thread.h44 uptr stack_top() { return stack_top_; } in stack_top()
52 return addr >= stack_bottom_ && addr < stack_top_; in AddrIsInStack()
80 uptr stack_top_; variable
H A Dhwasan_fuchsia.cpp107 stack_top_ = state->stack_top; in InitStackAndTls()
H A Dhwasan_linux.cpp405 stack_top_ = stack_bottom_ + stack_size; in InitStackAndTls()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.h31 uptr stack_top() { return stack_top_; } in stack_top()
38 return addr >= stack_bottom_ && addr < stack_top_; in AddrIsInStack()
56 uptr stack_top_; variable
H A Dmsan_thread.cc27 stack_top_ = stack_bottom_ + stack_size; in SetThreadStackAndTls()
35 __msan_unpoison((void *)stack_bottom_, stack_top_ - stack_bottom_); in ClearShadowForThreadStackAndTLS()
47 CHECK(MEM_IS_APP(stack_top_ - 1)); in Init()