HomeSort by relevance Sort by last modified time
    Searched refs:stub_template (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
arm.cc 290 class Stub_template
293 Stub_template(Stub_type, const Insn_template*, size_t);
295 ~Stub_template()
355 // A Stub_template may not be copied. We want to share templates as much
357 Stub_template(const Stub_template&);
358 Stub_template& operator=(const Stub_template&);
390 Stub(const Stub_template* stub_template)
400 stub_template() const function in class:__anon4431::Stub
    [all...]
aarch64.cc 708 struct Stub_template
725 static const Stub_template<big_endian>*
743 const Stub_template<big_endian>* stub_templates_[ST_NUMBER];
795 const static Stub_template<big_endian> template_##T = { \
840 const Stub_template<big_endian>*
841 stub_template() const function in class:__anon4423::Output_data_got_aarch64::Stub_base
886 { return this->stub_template()->insns; }
891 { return this->stub_template()->insn_num; }
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-arm.c 2695 const insn_sequence *stub_template; member in struct:elf32_arm_stub_hash_entry
    [all...]

Completed in 85 milliseconds