Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Darm.cc4040 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in arm_branch_common() local
4041 stub = stub_table->find_reloc_stub(stub_key); in arm_branch_common()
4181 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in thumb_branch_common() local
4182 Reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in thumb_branch_common()
11826 Reloc_stub::Key stub_key(stub_type, gsym, arm_relobj, r_sym, addend); in scan_reloc_for_stub() local
11829 stub = stub_table->find_reloc_stub(stub_key); in scan_reloc_for_stub()
11834 stub_table->add_reloc_stub(stub, stub_key); in scan_reloc_for_stub()
H A Daarch64.cc5403 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub() local
5404 The_reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in maybe_apply_stub()