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

  /toolchain/binutils/binutils-2.27/gold/
reloc.cc 42 // Read_relocs methods.
49 Read_relocs::is_runnable()
57 Read_relocs::locks(Task_locker* tl)
67 Read_relocs::run(Workqueue* workqueue)
70 this->object_->read_relocs(rd);
98 Read_relocs::get_name() const
100 return "Read_relocs " + this->object_->name();
111 // These tasks process the relocations read by Read_relocs and
156 // These tasks scan the relocations read by Read_relocs and mark up
449 // after Read_relocs hence this check has to be done again
    [all...]
gold.cc 446 // Read_relocs for all the objects must be done and processed to find
455 workqueue->queue(new Read_relocs(symtab, layout, *p, this_blocker,
803 workqueue->queue(new Read_relocs(symtab, layout, *p, this_blocker,
reloc.h 62 class Read_relocs : public Task
68 Read_relocs(Symbol_table* symtab, Layout* layout, Relobj* object,
    [all...]

Completed in 61 milliseconds