Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

238 Merge_map::add_mapping(Relobj* object, unsigned int shndx,
260 Merge_map::get_output_offset(const Relobj* object, unsigned int shndx,
274 Merge_map::is_merge_section_for(const Relobj* object, unsigned int shndx) const
289 Output_merge_base::do_output_offset(const Relobj* object,
300 Output_merge_base::do_is_merge_section_for(const Relobj* object,
309 Output_merge_base::record_input_section(Relobj* relobj, unsigned int shndx)
311 gold_assert(this->keeps_input_sections_ && relobj != NULL);
316 this->first_relobj_ = relobj;
321 this->input_sections_.insert(Section_id(relobj, shndx));
403 Output_merge_data::do_add_input_section(Relobj* object, unsigned int shndx)
502 Output_merge_string<Char_type>::do_add_input_section(Relobj* object,