Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Ddescriptors.cc67 stack_top_(-1), current_(0), limit_(8192 - 16) in Descriptors()
86 this->limit_ = 8; in open()
170 if (this->current_ >= this->limit_) in open()
183 this->limit_ = this->current_ - 16; in open()
184 if (this->limit_ < 8) in open()
185 this->limit_ = 8; in open()
205 || (this->current_ > this->limit_ && !pod->is_write)) in release()
Ddescriptors.h94 int limit_; variable