Home
last modified time | relevance | path

Searched refs:list_ (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()
113 { return this->list_.begin(); } in begin()
118 { return this->list_.end(); } in end()
132 std::list<Free_list_node> list_; variable
Dlayout.cc86 this->list_.push_front(Free_list_node(0, len)); in init()
87 this->last_remove_ = this->list_.begin(); in init()
114 p = this->list_.begin(); in remove()
116 for (; p != this->list_.end(); ++p) in remove()
125 p = this->list_.erase(p); in remove()
138 this->list_.insert(p, newnode); in remove()
174 for (Iterator p = this->list_.begin(); p != this->list_.end(); ++p) in allocate()
188 this->list_.erase(p); in allocate()
197 this->list_.insert(p, newnode); in allocate()
217 for (Iterator p = this->list_.begin(); p != this->list_.end(); ++p) in dump()