Lines Matching refs:relobj

359       Relobj* relobj = static_cast<Relobj*>(this->object());  in should_add_dynsym_entry()  local
363 && !relobj->is_section_included(shndx) in should_add_dynsym_entry()
364 && !symtab->is_section_folded(relobj, shndx)) in should_add_dynsym_entry()
495 Relobj* relobj = static_cast<Relobj*>(this->u_.from_object.object); in output_section() local
496 return relobj->output_section(shndx); in output_section()
659 Relobj* relobj = static_cast<Relobj*>(sym->object()); in gc_mark_symbol() local
660 this->gc_->worklist().push_back(Section_id(relobj, shndx)); in gc_mark_symbol()
1152 Sized_relobj_file<size, big_endian>* relobj, in add_from_relobj() argument
1167 const bool just_symbols = relobj->just_symbols(); in add_from_relobj()
1179 relobj->error(_("bad global symbol name offset %u at %zu"), in add_from_relobj()
1189 relobj->name().c_str()); in add_from_relobj()
1192 unsigned int st_shndx = relobj->adjust_sym_shndx(i + symndx_offset, in add_from_relobj()
1207 && !relobj->is_section_included(st_shndx) in add_from_relobj()
1208 && !this->is_section_folded(relobj, st_shndx)) in add_from_relobj()
1284 && relobj->e_type() == elfcpp::ET_REL) in add_from_relobj()
1293 + relobj->section_address(orig_st_shndx)); in add_from_relobj()
1301 if (relobj->no_export() in add_from_relobj()
1326 res = this->add_from_object(relobj, name, name_key, ver, ver_key, in add_from_relobj()
2738 Relobj* relobj = static_cast<Relobj*>(symobj); in compute_final_value() local
2739 Output_section* os = relobj->output_section(shndx); in compute_final_value()
2741 if (this->is_section_folded(relobj, shndx)) in compute_final_value()
2745 Section_id folded = this->icf_->get_folded_section(relobj, in compute_final_value()
2756 relobj = folded_obj; in compute_final_value()
2759 uint64_t secoff64 = relobj->output_section_offset(shndx); in compute_final_value()
2774 value = os->output_address(relobj, shndx, sym->value()); in compute_final_value()
3061 Relobj* relobj = static_cast<Relobj*>(symobj); in sized_write_globals() local
3062 Output_section* os = relobj->output_section(in_shndx); in sized_write_globals()
3063 if (this->is_section_folded(relobj, in_shndx)) in sized_write_globals()
3069 this->icf_->get_folded_section(relobj, in_shndx); in sized_write_globals()
3616 Sized_relobj_file<32, false>* relobj,
3630 Sized_relobj_file<32, true>* relobj,
3644 Sized_relobj_file<64, false>* relobj,
3658 Sized_relobj_file<64, true>* relobj,