Home
last modified time | relevance | path

Searched refs:stub_address (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dpowerpc.cc3067 uint64_t stub_address = stub_table->stub_address(); in do_plt_fde_location() local
3068 len -= stub_address - address; in do_plt_fde_location()
3069 address = stub_address; in do_plt_fde_location()
3698 Address loc = off + this->stub_address(); in can_reach_stub()
3737 stub_address() const in stub_address() function in __anona44163180111::Stub_table
3894 = this->stub_address() + this->last_plt_size_ + this->branch_size_; in branch_stub_size()
4389 = (this->stub_address() + cs->second + 24 in do_write()
4498 Address loc = this->stub_address() + this->plt_size_ + bs->second; in do_write()
4611 Address loc = this->stub_address() + this->plt_size_ + bs->second; in do_write()
7088 value = stub_table->stub_address() + off; in relocate()
[all …]
H A Daarch64.cc1613 AArch64_address stub_address = this->erratum_stub_address(*i); in relocate_stubs() local
1626 view + (stub_address - this->address()), in relocate_stubs()
1630 stub_b_insn_address = stub_address + 1 * BPI; in relocate_stubs()
1974 AArch64_address stub_address = in fix_errata() local
1976 unsigned int b_offset = stub_address - stub->erratum_address(); in fix_errata()
H A Dmips.cc2349 stub_address(const Mips_symbol<size>* sym) const in stub_address() function in __anon40c64d910111::Mips_output_data_la25_stub
2725 stub_address(const Mips_symbol<size>* sym) const in stub_address() function in __anon40c64d910111::Mips_output_data_mips_stubs
6517 this->target_->mips_stubs_section()->stub_address(mips_sym); in do_write()
8270 value = this->mips_stubs_section()->stub_address(mips_sym); in do_dynsym_value()
11431 value = target->mips_stubs_section()->stub_address(mips_sym); in relocate()
11490 value = target->la25_stub_section()->stub_address(mips_sym); in relocate()
11560 Mips_address value = target->la25_stub_section()->stub_address(mips_sym); in relocate()
H A Darm.cc5223 Arm_address stub_address = this->address() + stub->offset(); in apply_cortex_a8_workaround_to_address_range() local
5230 arm_target->apply_cortex_a8_workaround(stub, stub_address, in apply_cortex_a8_workaround_to_address_range()
12659 Arm_address stub_address, in apply_cortex_a8_workaround() argument
12667 off_t branch_offset = stub_address - (insn_address + 4); in apply_cortex_a8_workaround()