Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddescriptors.cc67 stack_top_(-1), current_(0), limit_(8192 - 16) in Descriptors()
100 if (descriptor == this->stack_top_) in open()
102 this->stack_top_ = pod->stack_next; in open()
217 pod->stack_next = this->stack_top_; in release()
218 this->stack_top_ = descriptor; in release()
239 int i = this->stack_top_; in close_some_descriptor()
253 this->stack_top_ = pod->stack_next; in close_some_descriptor()
290 this->stack_top_ = -1; in close_all()
Ddescriptors.h90 int stack_top_; variable