Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

357       Relobj* relobj = static_cast<Relobj*>(this->object());
361 && !relobj->is_section_included(shndx)
362 && !symtab->is_section_folded(relobj, shndx))
493 Relobj* relobj = static_cast<Relobj*>(this->u_.from_object.object);
494 return relobj->output_section(shndx);
1112 Sized_relobj_file<size, big_endian>* relobj,
1127 const bool just_symbols = relobj->just_symbols();
1139 relobj->error(_("bad global symbol name offset %u at %zu"),
1148 relobj->name().c_str());
1151 unsigned int st_shndx = relobj->adjust_sym_shndx(i + symndx_offset,
1166 && !relobj->is_section_included(st_shndx)
1167 && !this->is_section_folded(relobj, st_shndx))
1243 && relobj->e_type() == elfcpp::ET_REL)
1252 + relobj->section_address(orig_st_shndx));
1260 if (relobj->no_export()
1285 res = this->add_from_object(relobj, name, name_key, ver, ver_key,
2649 Relobj* relobj = static_cast<Relobj*>(symobj);
2650 Output_section* os = relobj->output_section(shndx);
2652 if (this->is_section_folded(relobj, shndx))
2656 Section_id folded = this->icf_->get_folded_section(relobj,
2659 Relobj* folded_obj = reinterpret_cast<Relobj*>(folded.first);
2665 // Replace (relobj, shndx) with canonical ICF input section.
2667 relobj = folded_obj;
2670 uint64_t secoff64 = relobj->output_section_offset(shndx);
2685 value = os->output_address(relobj, shndx, sym->value());
2972 Relobj* relobj = static_cast<Relobj*>(symobj);
2973 Output_section* os = relobj->output_section(in_shndx);
2974 if (this->is_section_folded(relobj, in_shndx))
2980 this->icf_->get_folded_section(relobj, in_shndx);
2982 Relobj* folded_obj =
2983 reinterpret_cast<Relobj*>(folded.first);
3482 Sized_relobj_file<32, false>* relobj,
3496 Sized_relobj_file<32, true>* relobj,
3510 Sized_relobj_file<64, false>* relobj,
3524 Sized_relobj_file<64, true>* relobj,