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

  /toolchain/binutils/binutils-2.27/gold/
gc.cc 43 if (!this->referenced_list().insert(entry).second)
57 if (this->referenced_list().find(*it_v)
58 == this->referenced_list().end())
gc.h 64 referenced_list() function in class:gold::Garbage_collection
88 { return (this->referenced_list().find(Section_id(obj, shndx))
89 == this->referenced_list().end()); }

Completed in 450 milliseconds