HomeSort by relevance Sort by last modified time
    Searched refs:stack_next (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
descriptors.cc 102 this->stack_top_ = pod->stack_next;
103 pod->stack_next = -1;
164 pod->stack_next = -1;
217 pod->stack_next = this->stack_top_;
253 this->stack_top_ = pod->stack_next;
255 this->open_descriptors_[last].stack_next = pod->stack_next;
256 pod->stack_next = -1;
261 i = pod->stack_next;
286 pod->stack_next = -1
    [all...]
descriptors.h 71 int stack_next; member in struct:gold::Descriptors::Open_descriptor

Completed in 90 milliseconds