Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc3010 uint64_t stub_address = stub_table->stub_address(); in do_plt_fde_location() local
3011 len -= stub_address - address; in do_plt_fde_location()
3012 address = stub_address; in do_plt_fde_location()
3633 Address loc = off + this->stub_address(); in can_reach_stub()
3669 stub_address() const in stub_address() function in __anon0f0c9f3e0111::Stub_table
3826 = this->stub_address() + this->last_plt_size_ + this->branch_size_; in branch_stub_size()
4306 = (this->stub_address() + cs->second + 24 in do_write()
4413 Address loc = this->stub_address() + this->plt_size_ + bs->second; in do_write()
4524 Address loc = this->stub_address() + this->plt_size_ + bs->second; in do_write()
6865 value = stub_table->stub_address() + off; in relocate()
[all …]
Dmips.cc2221 stub_address(const Mips_symbol<size>* sym) const in stub_address() function in __anona7e08b770111::Mips_output_data_la25_stub
2528 stub_address(const Mips_symbol<size>* sym) const in stub_address() function in __anona7e08b770111::Mips_output_data_mips_stubs
5648 this->target_->mips_stubs_section()->stub_address(mips_sym); in do_write()
7224 value = this->mips_stubs_section()->stub_address(mips_sym); in do_dynsym_value()
9664 value = target->mips_stubs_section()->stub_address(mips_sym); in relocate()
9723 value = target->la25_stub_section()->stub_address(mips_sym); in relocate()
9793 Mips_address value = target->la25_stub_section()->stub_address(mips_sym); in relocate()
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()
Darm.cc5252 Arm_address stub_address = this->address() + stub->offset(); in apply_cortex_a8_workaround_to_address_range() local
5259 arm_target->apply_cortex_a8_workaround(stub, stub_address, in apply_cortex_a8_workaround_to_address_range()
12578 Arm_address stub_address, in apply_cortex_a8_workaround() argument
12586 off_t branch_offset = stub_address - (insn_address + 4); in apply_cortex_a8_workaround()
DChangeLog2270 (Stub_table::find_long_branch_entry, stub_address, stub_offset):