Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

1443   Relobj*
1444 relobj() const
1445 { return this->input_section_.relobj(); }
1531 if (isi1.relobj()->name() != isi2.relobj()->name())
1532 return (isi1.relobj()->name() < isi2.relobj()->name());
1571 Relobj* relobj = p->relobj();
1583 Task_lock_obj<Object> tl(task, relobj);
1585 isi.set_section_name(relobj->section_name(shndx));
1595 isi.set_size(relobj->section_size(shndx));
1596 isi.set_addralign(relobj->section_addralign(shndx));
1600 if (!this->match_file_name(relobj->name().c_str()))