Searched refs:plt_section (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dsparc.cc176 { return this->plt_section()->address_for_global(gsym); }
180 { return this->plt_section()->address_for_local(relobj, symndx); }
397 plt_section() const function in class:__anon581::Target_sparc
3879 value = (target->plt_section()->address() +
3941 value = (target->plt_section()->address() +
4394 return this->plt_section()->address() + gsym->plt_offset();
H A Dx86_64.cc721 { return this->plt_section()->address_for_global(gsym); }
725 { return this->plt_section()->address_for_local(relobj, symndx); }
1148 plt_section() const function in class:__anon593::Target_x86_64
2322 return this->plt_section()->rela_tlsdesc(layout);
H A Di386.cc486 { return this->plt_section()->address_for_global(gsym); }
490 { return this->plt_section()->address_for_local(relobj, symndx); }
829 plt_section() const function in class:__anon550::Target_i386
1588 return this->plt_section()->rel_tls_desc(layout);
H A Dmips.cc4039 plt_section() const function in class:__anon554::Target_mips
8253 value = this->plt_section()->mips_entry_address(mips_sym);
8255 value = this->plt_section()->comp_entry_address(mips_sym) + 1;
9662 this->plt_section()->set_plt_offsets();
9669 && !this->plt_section()->has_standard_entries())
11418 value = target->plt_section()->mips_entry_address(mips_sym);
11424 value = (target->plt_section()->comp_entry_address(mips_sym)
11578 Mips_address value = (target->plt_section()->comp_entry_address(mips_sym)
H A Dtilegx.cc353 { return this->plt_section()->address_for_global(gsym); }
357 { return this->plt_section()->address_for_local(relobj, symndx); }
579 plt_section() const function in class:__anon597::Target_tilegx
H A Ds390.cc393 { return this->plt_section()->address_for_global(gsym); }
397 { return this->plt_section()->address_for_local(relobj, symndx); }
680 plt_section() const function in class:__anon577::Target_s390
H A Dpowerpc.cc805 plt_section() const function in class:__anon572::Target_powerpc
4172 plt_addr += this->targ_->plt_section()->address();
4728 Address plt_base = this->targ_->plt_section()->address();
4918 Address plt_base = this->targ_->plt_section()->address();
5047 Address plt_base = this->targ_->plt_section()->address();
5114 Address plt_base = this->targ_->plt_section()->address();
H A Daarch64.cc2963 { return this->plt_section()->address_for_global(gsym); }
2967 { return this->plt_section()->address_for_local(relobj, symndx); }
3340 plt_section() const function in class:__anon527::Output_data_got_aarch64::Target_aarch64
6690 return this->plt_section()->rela_tlsdesc(layout);
H A Darm.cc2271 { return this->plt_section()->address_for_global(gsym); }
2277 { return this->plt_section()->address_for_local(relobj, symndx); }
2834 plt_section() const
8249 return this->plt_section()->rel_tls_desc(layout);

Completed in 401 milliseconds