Home | History | Annotate | Download | only in gold

Lines Matching defs:relobj

1459   Relobj*
1460 relobj() const
1461 { return this->input_section_.relobj(); }
1603 if (isi1.relobj()->name() != isi2.relobj()->name())
1604 return (isi1.relobj()->name() < isi2.relobj()->name());
1668 Relobj* relobj = p->relobj();
1680 Task_lock_obj<Object> tl(task, relobj);
1682 isi.set_section_name(relobj->section_name(shndx));
1692 isi.set_size(relobj->section_size(shndx));
1693 isi.set_addralign(relobj->section_addralign(shndx));
1697 if (!this->match_file_name(relobj->name().c_str()))