OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Read_relocs
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
gold.cc
449
//
Read_relocs
for all the objects must be done and processed to find
458
workqueue->queue(new
Read_relocs
(symtab, layout, *p, this_blocker,
795
workqueue->queue(new
Read_relocs
(symtab, layout, *p, this_blocker,
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
...]
reloc.h
62
class
Read_relocs
: public Task
68
Read_relocs
(Symbol_table* symtab, Layout* layout, Relobj* object,
Completed in 55 milliseconds