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

  /toolchain/binutils/binutils-2.27/gold/
reloc.cc 88 workqueue->queue_next(new Scan_relocs(this->symtab_, this->layout_,
148 // Scan_relocs methods.
150 Scan_relocs::~Scan_relocs()
162 Scan_relocs::is_runnable()
175 Scan_relocs::locks(Task_locker* tl)
186 Scan_relocs::run(Workqueue*)
188 this->object_->scan_relocs(this->symtab_, this->layout_, this->rd_);
197 Scan_relocs::get_name() const
199 return "Scan_relocs " + this->object_->name()
    [all...]
reloc.h 65 // THIS_BLOCKER and NEXT_BLOCKER are passed along to a Scan_relocs
140 class Scan_relocs : public Task
146 Scan_relocs(Symbol_table* symtab, Layout* layout, Relobj* object,
153 ~Scan_relocs();
    [all...]

Completed in 162 milliseconds