Home | History | Annotate | Download | only in gold

Lines Matching refs:Reloc_stub

469 class Reloc_stub : public Stub
505 // Reloc_stub key. A key is logically a triplet of a stub type, a symbol
521 this->r_sym_ = Reloc_stub::invalid_index;
564 && ((this->r_sym_ != Reloc_stub::invalid_index)
577 (this->r_sym_ != Reloc_stub::invalid_index)
625 Reloc_stub(const Stub_template* stub_template)
629 ~Reloc_stub()
827 Reloc_stub*
832 return new Reloc_stub(this->stub_templates_[stub_type]);
908 add_reloc_stub(Reloc_stub* stub, const Reloc_stub::Key& key)
948 Reloc_stub*
949 find_reloc_stub(const Reloc_stub::Key& key) const
1018 Unordered_map<Reloc_stub::Key, Reloc_stub*, Reloc_stub::Key::hash,
1019 Reloc_stub::Key::equal_to>
1866 Cortex_a8_reloc(Reloc_stub* reloc_stub, unsigned r_type,
1868 : reloc_stub_(reloc_stub), r_type_(r_type), destination_(destination)
1878 const Reloc_stub*
1879 reloc_stub() const
1895 const Reloc_stub* reloc_stub_;
3999 Reloc_stub* stub = NULL;
4009 Reloc_stub::stub_type_for_reloc(r_type, address,
4018 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend);
4149 Reloc_stub::stub_type_for_reloc(r_type, address,
4159 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend);
4160 Reloc_stub* stub = stub_table->find_reloc_stub(stub_key);
4500 // Reloc_stub::Key methods.
4505 Reloc_stub::Key::name() const
4535 // Reloc_stub methods.
4544 Reloc_stub::stub_type_for_reloc(
5045 Reloc_stub* stub = p->second;
11815 Reloc_stub* stub = NULL;
11817 Reloc_stub::stub_type_for_reloc(r_type, address, destination,
11827 Reloc_stub::Key stub_key(stub_type, gsym, arm_relobj, r_sym, addend);
12573 && cortex_a8_reloc->reloc_stub() != NULL)