Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

205     const Sized_relobj_file<size, big_endian>* relobj,
208 unsigned int symcount = relobj->symbol_count();
209 for (unsigned int i = relobj->local_symbol_count(); i < symcount; ++i)
211 const Symbol* sym = relobj->global_symbol(i);
215 && sym->object() == relobj
236 Mapfile::print_input_section(Relobj* relobj, unsigned int shndx)
240 std::string name = relobj->section_name(shndx);
247 if (!relobj->is_section_included(shndx))
254 os = relobj->output_section(shndx);
255 addr = relobj->output_section_offset(shndx);
262 if (!relobj->section_is_compressed(shndx, &size))
263 size = relobj->section_size(shndx);
270 relobj->name().c_str());
280 static_cast<Sized_relobj_file<32, false>*>(relobj);
289 static_cast<Sized_relobj_file<32, true>*>(relobj);
298 static_cast<Sized_relobj_file<64, false>*>(relobj);
307 static_cast<Sized_relobj_file<64, true>*>(relobj);
354 Relobj* relobj = *p;
359 Task_lock_obj<Object> tl(dummy_task, relobj);
361 unsigned int shnum = relobj->shnum();
364 unsigned int sh_type = relobj->section_type(i);
368 && !relobj->is_section_included(i))
376 this->print_input_section(relobj, i);