Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Darm.cc4011 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in arm_branch_common() local
4012 stub = stub_table->find_reloc_stub(stub_key); in arm_branch_common()
4152 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in thumb_branch_common() local
4153 Reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in thumb_branch_common()
11742 Reloc_stub::Key stub_key(stub_type, gsym, arm_relobj, r_sym, addend); in scan_reloc_for_stub() local
11745 stub = stub_table->find_reloc_stub(stub_key); in scan_reloc_for_stub()
11750 stub_table->add_reloc_stub(stub, stub_key); in scan_reloc_for_stub()
Daarch64.cc5393 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub() local
5394 The_reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in maybe_apply_stub()