/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | descriptors.cc | 68 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 D | descriptors.h | 90 int stack_top_; variable
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | descriptors.cc | 68 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 D | descriptors.h | 90 int stack_top_; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 155 *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 D | asan_thread.h | 153 uptr stack_top_; variable
|
H A D | asan_rtems.cc | 127 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
|
H A D | asan_fuchsia.cc | 123 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.cpp | 163 *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 D | asan_thread.h | 153 uptr stack_top_; variable
|
H A D | asan_fuchsia.cpp | 145 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 157 *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 D | asan_thread.h | 151 uptr stack_top_; variable
|
H A D | asan_rtems.cc | 125 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
|
H A D | asan_fuchsia.cc | 121 stack_top_ = options->stack_bottom + options->stack_size; in SetThreadStackAndTls()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_thread.cpp | 41 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 D | hwasan_thread.h | 44 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 D | hwasan_fuchsia.cpp | 107 stack_top_ = state->stack_top; in InitStackAndTls()
|
H A D | hwasan_linux.cpp | 405 stack_top_ = stack_bottom_ + stack_size; in InitStackAndTls()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_thread.h | 31 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 D | msan_thread.cc | 27 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()
|