Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

1507   as_mips_relobj(Relobj* relobj)
1508 { return static_cast<Mips_relobj<size, big_endian>*>(relobj); }
1513 as_mips_relobj(const Relobj* relobj)
1514 { return static_cast<const Mips_relobj<size, big_endian>*>(relobj); }
1898 // Add a static reloc for the GOT entry at OFFSET. RELOBJ is an object
1903 Sized_relobj_file<size, big_endian>* relobj,
1906 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
2095 Sized_relobj_file<size, big_endian>* relobj, unsigned int index)
2098 this->u_.local.relobj = relobj;
2127 relobj() const
2130 return this->u_.local.relobj;
2159 Sized_relobj_file<size, big_endian>* relobj;
2653 local_section_strategy(unsigned int r_type, Relobj* object)
3433 get_size_for_reloc(unsigned int, Relobj*);
3444 Mips_relobj<size, big_endian>* relobj, unsigned int shndx,
3446 : sym_(sym), r_type_(r_type), relobj_(relobj),
3613 Mips_relobj<size, big_endian>* relobj,
3617 this->dyn_relocs_.push_back(Dyn_reloc(sym, r_type, relobj, shndx,
5729 Sized_relobj_file<size, big_endian>* object = reloc.relobj();
5745 reloc.index(), reloc.relobj()->name().c_str());
7997 Mips_relobj<size, big_endian>* relobj =
8000 Input_file::Format format = relobj->input_file()->format();
8004 const unsigned char* pehdr = relobj->get_view(
8013 this->merge_processor_specific_flags(relobj->name(), in_flags,
8048 Mips_relobj<size, big_endian>* relobj =
8051 gprmask |= relobj->gprmask();
8052 cprmask1 |= relobj->cprmask1();
8053 cprmask2 |= relobj->cprmask2();
8054 cprmask3 |= relobj->cprmask3();
8055 cprmask4 |= relobj->cprmask4();
8289 Relobj* object)