Home
last modified time | relevance | path

Searched refs:stub_templates_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darm.cc829 return new Reloc_stub(this->stub_templates_[stub_type]); in make_reloc_stub()
840 return new Cortex_a8_stub(this->stub_templates_[stub_type], relobj, shndx, in make_cortex_a8_stub()
850 return new Arm_v4bx_stub(this->stub_templates_[arm_stub_v4_veneer_bx], in make_arm_v4bx_stub()
865 const Stub_template* stub_templates_[arm_stub_type_last+1]; member in __anon5653a9be0111::Stub_factory
4920 this->stub_templates_[arm_stub_none] = in Stub_factory()
4929 this->stub_templates_[type] = \ in Stub_factory()
Daarch64.cc725 return singleton.stub_templates_[type]; in get_stub_template()
739 const Stub_template<big_endian>* stub_templates_[ST_NUMBER]; member in __anon20db65070111::Stub_template_repertoire
793 this->stub_templates_[T] = &template_##T in Stub_template_repertoire()