Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

733     Sized_relobj<size, big_endian>* relobj,
747 this->u2_.relobj = relobj;
756 Sized_relobj<size, big_endian>* relobj,
774 this->u1_.relobj = relobj;
782 Sized_relobj<size, big_endian>* relobj,
801 this->u1_.relobj = relobj;
802 this->u2_.relobj = relobj;
834 Sized_relobj<size, big_endian>* relobj,
846 this->u2_.relobj = relobj;
867 this->u1_.relobj = NULL;
874 Sized_relobj<size, big_endian>* relobj,
885 this->u1_.relobj = NULL;
886 this->u2_.relobj = relobj;
911 Sized_relobj<size, big_endian>* relobj,
922 this->u2_.relobj = relobj;
957 Sized_relobj_file<size, big_endian>* relobj =
958 this->u1_.relobj->sized_relobj();
959 gold_assert(relobj != NULL);
961 relobj->set_needs_output_dynsym_entry(lsi);
963 relobj->output_section(lsi)->set_needs_dynsym_index();
1013 Sized_relobj_file<size, big_endian>* relobj =
1014 this->u1_.relobj->sized_relobj();
1015 gold_assert(relobj != NULL);
1019 index = relobj->dynsym_index(lsi);
1021 index = relobj->symtab_index(lsi);
1025 Output_section* os = relobj->output_section(lsi);
1054 Output_section* os = this->u1_.relobj->output_section(lsi);
1056 Address offset = this->u1_.relobj->get_output_section_offset(lsi);
1060 Sized_relobj_file<size, big_endian>* relobj =
1061 this->u1_.relobj->sized_relobj();
1062 gold_assert(relobj != NULL);
1063 offset = os->output_address(relobj, lsi, addend);
1077 Output_section* os = this->u2_.relobj->output_section(this->shndx_);
1079 Address off = this->u2_.relobj->get_output_section_offset(this->shndx_);
1084 Sized_relobj_file<size, big_endian>* relobj =
1085 this->u2_.relobj->sized_relobj();
1086 gold_assert(relobj != NULL);
1087 address = os->output_address(relobj, this->shndx_, address);
1147 Sized_relobj_file<size, big_endian>* relobj =
1148 this->u1_.relobj->sized_relobj();
1149 gold_assert(relobj != NULL);
1151 return parameters->target().plt_address_for_local(relobj, lsi);
1152 const Symbol_value<size>* symval = relobj->local_symbol(lsi);
1153 return symval->value(relobj, addend);
1304 Sized_relobj_file<size, big_endian>* relobj,
1309 relobj_(relobj),
1433 const Relobj* object = this->u_.object;
1538 Relobj* object,
1556 Relobj* object,
1575 Relobj* object,
1597 Relobj* object,
1622 Relobj* object,
1644 Relobj* object,
2115 Relobj*
2116 Output_section::Input_section::relobj() const
2126 return this->u2_.poris->relobj();
2188 const Relobj* object,
2208 Output_section::Input_section::is_merge_section_for(const Relobj* object,
2254 mapfile->print_input_section(relaxed_section->relobj(),
2589 this->lookup_maps_->add_relaxed_input_section(poris->relobj(),
2634 Output_section::add_merge_input_section(Relobj* object, unsigned int shndx,
2726 Section_id sid(is.relobj(), is.shndx());
2745 Section_id sid(poris->relobj(), poris->shndx());
2814 this->lookup_maps_->add_relaxed_input_section(poris->relobj(),
2857 Output_section::find_merge_section(const Relobj* object,
2897 this->lookup_maps_->add_relaxed_input_section(poris->relobj(),
2907 Output_section::find_relaxed_input_section(const Relobj* object,
2921 Output_section::is_input_address_mapped(const Relobj* object,
2960 Output_section::output_offset(const Relobj* object, unsigned int shndx,
2995 Output_section::output_address(const Relobj* object, unsigned int shndx,
3040 Output_section::find_starting_output_address(const Relobj* object,
3227 ? input_section.relobj()
3228 : input_section.relaxed_input_section()->relobj());
3314 return Layout::match_file_name(this->input_section_.relobj(), file_name);
3530 ? p->relobj()
3531 : p->relaxed_input_section()->relobj());
3900 this->lookup_maps_->add_relaxed_input_section(poris->relobj(),
3984 p->relobj()->set_section_offset(p->shndx(), off);