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

  /toolchain/binutils/binutils-2.25/gold/
layout.h 86 : list_(), last_remove_(list_.begin()), extend_(false), length_(0),
135 Iterator last_remove_; member in class:gold::Free_list
    [all...]
layout.cc 87 this->last_remove_ = this->list_.begin();
112 Iterator p = this->last_remove_;
141 this->last_remove_ = p;
    [all...]

Completed in 47 milliseconds