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

  /toolchain/binutils/binutils-2.25/gold/
arm.cc 287 class Stub_template
290 Stub_template(Stub_type, const Insn_template*, size_t);
292 ~Stub_template()
352 // A Stub_template may not be copied. We want to share templates as much
354 Stub_template(const Stub_template&);
355 Stub_template& operator=(const Stub_template&);
387 Stub(const Stub_template* stub_template)
397 stub_template() const function in class:__anon75308::Stub
    [all...]
aarch64.cc 704 struct Stub_template
721 static const Stub_template<big_endian>*
739 const Stub_template<big_endian>* stub_templates_[ST_NUMBER];
791 const static Stub_template<big_endian> template_##T = { \
836 const Stub_template<big_endian>*
837 stub_template() const function in class:__anon75300::Output_data_got_aarch64::Stub_base
882 { return this->stub_template()->insns; }
887 { return this->stub_template()->insn_num; }
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 2620 const insn_sequence *stub_template; member in struct:elf32_arm_stub_hash_entry
    [all...]

Completed in 554 milliseconds