Lines Matching refs:Reloc_stub
864 // Get offset of code stub. For Reloc_stub, it is the offset from the
912 // Reloc_stub and an Erratum_stub. For Reloc_stub this is the offset from the
1123 class Reloc_stub : public Stub_base<size, big_endian>
1126 typedef Reloc_stub<size, big_endian> This;
1162 Reloc_stub(int type)
1166 ~Reloc_stub()
1179 this->r_sym_ = Reloc_stub::invalid_index;
1219 && ((this->r_sym_ != Reloc_stub::invalid_index)
1230 (this->r_sym_ != Reloc_stub::invalid_index)
1275 }; // End of inner class Reloc_stub::Key
1284 }; // End of Reloc_stub
1287 const int Reloc_stub<size, big_endian>::STUB_ADDR_ALIGN = 4;
1293 Reloc_stub<size, big_endian>::
1310 Reloc_stub<size, big_endian>::stub_type_for_reloc(
1349 typedef Reloc_stub<size, big_endian> The_reloc_stub;
2784 typedef Reloc_stub<size, big_endian> The_reloc_stub;
2786 typedef typename Reloc_stub<size, big_endian>::Key The_reloc_stub_key;
4995 typedef Reloc_stub<size, big_endian> The_reloc_stub;