Searched refs:stub_key (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | arm.cc | 4073 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in arm_branch_common() local 4074 stub = stub_table->find_reloc_stub(stub_key); in arm_branch_common() 4214 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in thumb_branch_common() local 4215 Reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in thumb_branch_common() 11991 Reloc_stub::Key stub_key(stub_type, gsym, arm_relobj, r_sym, addend); in scan_reloc_for_stub() local 11994 stub = stub_table->find_reloc_stub(stub_key); in scan_reloc_for_stub() 11999 stub_table->add_reloc_stub(stub, stub_key); in scan_reloc_for_stub()
|
H A D | aarch64.cc | 5545 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub() local 5546 The_reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in maybe_apply_stub()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | arm.cc | 4073 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in arm_branch_common() local 4074 stub = stub_table->find_reloc_stub(stub_key); in arm_branch_common() 4214 Reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in thumb_branch_common() local 4215 Reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in thumb_branch_common() 11991 Reloc_stub::Key stub_key(stub_type, gsym, arm_relobj, r_sym, addend); in scan_reloc_for_stub() local 11994 stub = stub_table->find_reloc_stub(stub_key); in scan_reloc_for_stub() 11999 stub_table->add_reloc_stub(stub, stub_key); in scan_reloc_for_stub()
|
H A D | aarch64.cc | 5543 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub() local 5544 The_reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in maybe_apply_stub()
|