Lines Matching refs:The_reloc_stub
1349 typedef Reloc_stub<size, big_endian> The_reloc_stub; typedef in __anon20db65070111::Stub_table
1350 typedef typename The_reloc_stub::Key The_reloc_stub_key;
1356 typedef Unordered_map<The_reloc_stub_key, The_reloc_stub*,
1390 add_reloc_stub(The_reloc_stub* stub, const The_reloc_stub_key& key);
1424 The_reloc_stub*
1463 return std::max(The_reloc_stub::STUB_ADDR_ALIGN, in do_addralign()
1480 relocate_stub(The_reloc_stub*,
1572 The_reloc_stub* stub, const The_reloc_stub_key& key) in add_reloc_stub()
1580 The_reloc_stub::STUB_ADDR_ALIGN); in add_reloc_stub()
1649 relocate_stub(The_reloc_stub* stub, in relocate_stub()
1683 The_reloc_stub* stub = p->second; in do_write()
1686 align_address(address, The_reloc_stub::STUB_ADDR_ALIGN)); in do_write()
2784 typedef Reloc_stub<size, big_endian> The_reloc_stub; typedef in __anon20db65070111::Target_aarch64
2973 relocate_stub(The_reloc_stub*, const Relocate_info<size, big_endian>*,
3752 int stub_type = The_reloc_stub:: in scan_reloc_for_stub()
3761 The_reloc_stub* stub = stub_table->find_reloc_stub(key); in scan_reloc_for_stub()
3764 stub = new The_reloc_stub(stub_type); in scan_reloc_for_stub()
3996 relocate_stub(The_reloc_stub* stub, in relocate_stub()
4995 typedef Reloc_stub<size, big_endian> The_reloc_stub; typedef in __anon20db65070111::AArch64_relocate_functions
5383 The_reloc_stub::stub_type_for_reloc(r_type, address, branch_target); in maybe_apply_stub()
5393 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub()
5394 The_reloc_stub* stub = stub_table->find_reloc_stub(stub_key); in maybe_apply_stub()
5508 this->stub_group_size_ = The_reloc_stub::MAX_BRANCH_OFFSET - in do_relax()