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

/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc3349 uint64_t stub_address = stub_table->stub_address(); local
3350 len -= stub_address - address;
3351 address = stub_address;
3987 Address loc = off + this->stub_address();
4031 stub_address() const function in class:__anon572::Stub_table
4070 // align_address() on address in stub_address().
4198 Address loc = this->stub_address() + this->last_plt_size_ + p->second;
4678 Address value = this->stub_address() - this->address() + cs->second;
4695 Address value = (this->stub_address()
[all...]
H A Daarch64.cc1614 AArch64_address stub_address = this->erratum_stub_address(estub); local
1627 view + (stub_address - this->address()),
1631 stub_b_insn_address = stub_address + 1 * BPI;
2002 AArch64_address stub_address = local
2004 unsigned int b_offset = stub_address - stub->erratum_address();
H A Dmips.cc2349 stub_address(const Mips_symbol<size>* sym) const function in class:__anon554::Mips_output_data_la25_stub
2725 stub_address(const Mips_symbol<size>* sym) const function in class:__anon554::Mips_output_data_mips_stubs
6517 this->target_->mips_stubs_section()->stub_address(mips_sym);
8270 value = this->mips_stubs_section()->stub_address(mips_sym);
11433 value = target->mips_stubs_section()->stub_address(mips_sym);
11492 value = target->la25_stub_section()->stub_address(mips_sym);
11562 Mips_address value = target->la25_stub_section()->stub_address(mips_sym);
H A Darm.cc5255 Arm_address stub_address = this->address() + stub->offset();
5262 arm_target->apply_cortex_a8_workaround(stub, stub_address,
12806 Arm_address stub_address,
12814 off_t branch_offset = stub_address - (insn_address + 4);

Completed in 228 milliseconds