Home
last modified time | relevance | path

Searched refs:stub_template (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darm.cc387 Stub(const Stub_template* stub_template) in Stub() argument
388 : stub_template_(stub_template), offset_(invalid_offset) in Stub()
397 stub_template() const in stub_template() function in __anon5653a9be0111::Stub
622 Reloc_stub(const Stub_template* stub_template) in Reloc_stub() argument
623 : Stub(stub_template), destination_address_(invalid_address) in Reloc_stub()
704 Cortex_a8_stub(const Stub_template* stub_template, Relobj* relobj, in Cortex_a8_stub() argument
707 : Stub(stub_template), relobj_(relobj), shndx_(shndx), in Cortex_a8_stub()
720 if (this->stub_template()->type() == arm_stub_a8_veneer_b_cond) in do_reloc_target()
766 Arm_v4bx_stub(const Stub_template* stub_template, const uint32_t reg) in Arm_v4bx_stub() argument
767 : Stub(stub_template), reg_(reg) in Arm_v4bx_stub()
[all …]
Daarch64.cc837 stub_template() const in stub_template() function in __anon20db65070111::Stub_base
882 { return this->stub_template()->insns; } in insns()
887 { return this->stub_template()->insn_num; } in insn_num()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c2620 const insn_sequence *stub_template; member
3281 eh->stub_template = NULL; in stub_hash_newfunc()
4205 template_sequence = stub_entry->stub_template; in arm_build_one_stub()
4353 const insn_sequence **stub_template, in find_stub_size_and_template() argument
4361 if (stub_template) in find_stub_size_and_template()
4362 *stub_template = template_sequence; in find_stub_size_and_template()
4413 stub_entry->stub_template = template_sequence; in arm_size_one_stub()
5519 stub_entry->stub_template = template_sequence; in elf32_arm_size_stubs()
15021 template_sequence = stub_entry->stub_template; in arm_map_one_stub()