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

  /toolchain/binutils/binutils-2.25/gold/
gc.cc 43 if (this->referenced_list().find(entry)
44 == this->referenced_list().end())
46 this->referenced_list().insert(entry);
63 if (this->referenced_list().find(*it_v)
64 == this->referenced_list().end())
gc.h 68 referenced_list() function in class:gold::Garbage_collection
92 { return (this->referenced_list().find(Section_id(obj, shndx))
93 == this->referenced_list().end()); }

Completed in 56 milliseconds