Searched refs:Reloc_stub (Results 1 – 3 of 3) sorted by relevance
466 class Reloc_stub : public Stub class518 this->r_sym_ = Reloc_stub::invalid_index; in Key()561 && ((this->r_sym_ != Reloc_stub::invalid_index) in eq()574 (this->r_sym_ != Reloc_stub::invalid_index) in hash_value()622 Reloc_stub(const Stub_template* stub_template) in Reloc_stub() function in __anon5653a9be0111::Reloc_stub626 ~Reloc_stub() in ~Reloc_stub()824 Reloc_stub*829 return new Reloc_stub(this->stub_templates_[stub_type]); in make_reloc_stub()905 add_reloc_stub(Reloc_stub* stub, const Reloc_stub::Key& key) in add_reloc_stub()945 Reloc_stub*[all …]
1123 class Reloc_stub : public Stub_base<size, big_endian> class1126 typedef Reloc_stub<size, big_endian> This;1162 Reloc_stub(int type) in Reloc_stub() function in __anon20db65070111::Reloc_stub1166 ~Reloc_stub() in ~Reloc_stub()1179 this->r_sym_ = Reloc_stub::invalid_index; in Key()1219 && ((this->r_sym_ != Reloc_stub::invalid_index) in eq()1230 (this->r_sym_ != Reloc_stub::invalid_index) in hash_value()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( in stub_type_for_reloc()[all …]
5 * aarch64.cc (Reloc_stub::stub_type_for_reloc): Return PC-relative239 * arm.cc (Reloc_stub::stub_type_for_reloc): Plumb to stub247 (Reloc_stub::STUB_ADDR_ALIGN): Likewise.340 (Reloc_stub): Refactored to be a subclass of Stub_base.341 (Reloc_stub::Stub_type): Removed.342 (Reloc_stub::offset): Moved to Stub_base.343 (Reloc_stub::set_offset): Moved to Stub_base.344 (Reloc_stub::destination_address): Moved to Stub_base.345 (Reloc_stub::set_destination_address): Moved to Stub_base.346 (Reloc_stub::reset_destination_address): Moved to Stub_base.[all …]