Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.h86 : list_(), last_remove_(list_.begin()), extend_(false), length_(0), in Free_list()
135 Iterator last_remove_; variable
Dlayout.cc87 this->last_remove_ = this->list_.begin(); in init()
112 Iterator p = this->last_remove_; in remove()
141 this->last_remove_ = p; in remove()