Home
last modified time | relevance | path

Searched refs:stack_next (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/gold/
H A Ddescriptors.cc103 this->stack_top_ = pod->stack_next; in open()
104 pod->stack_next = -1; in open()
165 pod->stack_next = -1; in open()
218 pod->stack_next = this->stack_top_; in release()
254 this->stack_top_ = pod->stack_next; in close_some_descriptor()
256 this->open_descriptors_[last].stack_next = pod->stack_next; in close_some_descriptor()
257 pod->stack_next = -1; in close_some_descriptor()
262 i = pod->stack_next; in close_some_descriptor()
287 pod->stack_next = -1; in close_all()
H A Ddescriptors.h71 int stack_next; member
/dflybsd-src/contrib/binutils-2.27/gold/
H A Ddescriptors.cc102 this->stack_top_ = pod->stack_next; in open()
103 pod->stack_next = -1; in open()
164 pod->stack_next = -1; in open()
217 pod->stack_next = this->stack_top_; in release()
253 this->stack_top_ = pod->stack_next; in close_some_descriptor()
255 this->open_descriptors_[last].stack_next = pod->stack_next; in close_some_descriptor()
256 pod->stack_next = -1; in close_some_descriptor()
261 i = pod->stack_next; in close_some_descriptor()
286 pod->stack_next = -1; in close_all()
H A Ddescriptors.h71 int stack_next; member