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

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 1028 read_relocs();
    [all...]
dwarf_reader.cc 2320 Sized_dwarf_line_info<size, big_endian>::read_relocs() function in class:gold::Sized_dwarf_line_info
    [all...]
object.h 109 // read_relocs and processed in scan_relocs.
138 // Relocations in an object file. This is read in read_relocs and
1054 // During garbage collection, the Read_relocs pass for all objects
1056 // used to store the information from Read_relocs for each object.
1071 read_relocs(Read_relocs_data* rd) function in class:gold::Relobj
    [all...]
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...]

Completed in 325 milliseconds