Home
last modified time | relevance | path

Searched refs:plt_offset (Results 1 – 22 of 22) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/gold/
H A Dx86_64.cc252 unsigned int plt_offset, in fill_plt_entry() argument
256 got_offset, plt_offset, plt_index); in fill_plt_entry()
266 unsigned int plt_offset) in fill_tlsdesc_entry() argument
269 tlsdesc_got_offset, plt_offset); in fill_tlsdesc_entry()
286 unsigned int plt_offset,
295 unsigned int plt_offset) = 0;
402 unsigned int plt_offset,
411 unsigned int plt_offset);
489 unsigned int plt_offset,
498 unsigned int plt_offset);
[all …]
H A Di386.cc163 unsigned int plt_offset, in fill_plt_entry() argument
167 plt_offset, plt_rel_offset); in fill_plt_entry()
181 unsigned int plt_offset,
307 unsigned int plt_offset,
337 unsigned int plt_offset,
1153 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() local
1174 return plt_offset; in add_local_ifunc_entry()
1243 return this->address() + offset + gsym->plt_offset(); in address_for_global()
1313 unsigned int plt_offset, in do_fill_plt_entry() argument
1320 elfcpp::Swap<32, false>::writeval(pov + 12, - (plt_offset + 12 + 4)); in do_fill_plt_entry()
[all …]
H A Dsymtab.h460 plt_offset() const in plt_offset() function
468 set_plt_offset(unsigned int plt_offset) in set_plt_offset() argument
470 gold_assert(plt_offset != -1U); in set_plt_offset()
471 this->plt_offset_ = plt_offset; in set_plt_offset()
H A Dobject.cc2262 unsigned int symndx, unsigned int plt_offset) in set_local_plt_offset() argument
2265 this->local_plt_offsets_.insert(std::make_pair(symndx, plt_offset)); in set_local_plt_offset()
H A Dobject.h2293 set_local_plt_offset(unsigned int symndx, unsigned int plt_offset);
H A Dincremental.cc1927 ((sym->plt_offset() - this->info_.first_plt_entry_offset) in operator ()()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dx86_64.cc233 unsigned int plt_offset, in fill_plt_entry() argument
237 got_offset, plt_offset, plt_index); in fill_plt_entry()
247 unsigned int plt_offset) in fill_tlsdesc_entry() argument
250 tlsdesc_got_offset, plt_offset); in fill_tlsdesc_entry()
267 unsigned int plt_offset,
276 unsigned int plt_offset) = 0;
375 unsigned int plt_offset,
384 unsigned int plt_offset);
1345 off_t plt_offset; in add_entry() local
1373 plt_offset = plt_index * this->get_plt_entry_size(); in add_entry()
[all …]
H A Di386.cc163 unsigned int plt_offset, in fill_plt_entry() argument
167 plt_offset, plt_rel_offset); in fill_plt_entry()
181 unsigned int plt_offset,
307 unsigned int plt_offset,
337 unsigned int plt_offset,
1152 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() local
1173 return plt_offset; in add_local_ifunc_entry()
1242 return this->address() + offset + gsym->plt_offset(); in address_for_global()
1312 unsigned int plt_offset, in do_fill_plt_entry() argument
1319 elfcpp::Swap<32, false>::writeval(pov + 12, - (plt_offset + 12 + 4)); in do_fill_plt_entry()
[all …]
H A Dsparc.cc1492 section_offset_type plt_offset; in add_entry() local
1499 plt_offset = plt_index_to_offset(index); in add_entry()
1500 gsym->set_plt_offset(plt_offset); in add_entry()
1512 plt_offset = plt_index_to_offset(this->count_ + 4); in add_entry()
1513 gsym->set_plt_offset(plt_offset); in add_entry()
1517 plt_offset, 0); in add_entry()
1534 section_offset_type plt_offset; in add_local_ifunc_entry() local
1536 plt_offset = plt_index_to_offset(index); in add_local_ifunc_entry()
1548 return plt_offset; in add_local_ifunc_entry()
1563 section_offset_type plt_offset; in emit_pending_ifunc_relocs() local
[all …]
H A Dtilegx.cc2012 off_t plt_offset; in add_entry() local
2062 plt_offset = plt_index * this->get_plt_entry_size(); in add_entry()
2064 plt_offset = (plt_index + 1) * this->get_plt_entry_size(); in add_entry()
2081 plt_offset = this->free_list_.allocate(this->get_plt_entry_size(), in add_entry()
2083 if (plt_offset == -1) in add_entry()
2090 plt_index = plt_offset / this->get_plt_entry_size() - 1; in add_entry()
2094 gsym->set_plt_offset(plt_offset); in add_entry()
2115 unsigned int plt_offset = in add_local_ifunc_entry() local
2131 return plt_offset; in add_local_ifunc_entry()
2209 return this->address() + offset + gsym->plt_offset(); in address_for_global()
[all …]
H A Daarch64.cc3738 + gsym->plt_offset()); in scan_reloc_for_stub()
4199 unsigned int plt_offset) in fill_plt_entry() argument
4202 got_offset, plt_offset); in fill_plt_entry()
4212 unsigned int plt_offset) in fill_tlsdesc_entry() argument
4215 tlsdesc_got_offset, plt_offset); in fill_tlsdesc_entry()
4237 unsigned int plt_offset) = 0;
4245 unsigned int plt_offset) = 0;
4375 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() local
4390 return plt_offset; in add_local_ifunc_entry()
4488 return this->address() + offset + gsym->plt_offset(); in address_for_global()
[all …]
H A Dsymtab.h450 plt_offset() const in plt_offset() function
458 set_plt_offset(unsigned int plt_offset) in set_plt_offset() argument
460 gold_assert(plt_offset != -1U); in set_plt_offset()
461 this->plt_offset_ = plt_offset; in set_plt_offset()
H A Darm.cc7440 unsigned int plt_offset) in fill_plt_entry() argument
7441 { do_fill_plt_entry(pov, got_address, plt_address, got_offset, plt_offset); } in fill_plt_entry()
7459 unsigned int plt_offset) = 0;
7619 unsigned int plt_offset = this->irelative_count_ * this->get_plt_entry_size(); in add_local_ifunc_entry() local
7634 return plt_offset; in add_local_ifunc_entry()
7714 return this->address() + begin_offset + gsym->plt_offset(); in address_for_global()
7819 unsigned int plt_offset);
7841 unsigned int plt_offset) in do_fill_plt_entry() argument
7844 - (plt_address + plt_offset + 8)); in do_fill_plt_entry()
7880 unsigned int plt_offset);
[all …]
H A Dobject.cc2144 unsigned int symndx, unsigned int plt_offset) in set_local_plt_offset() argument
2147 this->local_plt_offsets_.insert(std::make_pair(symndx, plt_offset)); in set_local_plt_offset()
H A Dobject.h2288 set_local_plt_offset(unsigned int symndx, unsigned int plt_offset);
H A Dincremental.cc1922 ((sym->plt_offset() - this->info_.first_plt_entry_offset) in operator ()()
H A Dpowerpc.cc3844 return gsym->plt_offset(); in plt_off()
4735 Address plt_addr = ge->first->plt_offset(); in do_write()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf64-x86-64.c2420 bfd_vma off, offplt, plt_offset; in elf_x86_64_relocate_section() local
2646 plt_offset = eh->plt_second.offset; in elf_x86_64_relocate_section()
2651 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
2657 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
2661 + resolved_plt->output_offset + plt_offset); in elf_x86_64_relocate_section()
2992 plt_offset = eh->plt_got.offset; in elf_x86_64_relocate_section()
2997 plt_offset = eh->plt_second.offset; in elf_x86_64_relocate_section()
3002 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
3007 + plt_offset); in elf_x86_64_relocate_section()
3041 plt_offset = eh->plt_second.offset; in elf_x86_64_relocate_section()
[all …]
H A Delf32-i386.c2057 bfd_vma off, offplt, plt_offset; in elf_i386_relocate_section() local
2247 plt_offset = eh->plt_second.offset; in elf_i386_relocate_section()
2252 plt_offset = h->plt.offset; in elf_i386_relocate_section()
2259 plt_offset = h->plt.offset; in elf_i386_relocate_section()
2360 + resolved_plt->output_offset + plt_offset); in elf_i386_relocate_section()
2676 plt_offset = eh->plt_second.offset; in elf_i386_relocate_section()
2681 plt_offset = h->plt.offset; in elf_i386_relocate_section()
2687 plt_offset = eh->plt_got.offset; in elf_i386_relocate_section()
2692 + plt_offset); in elf_i386_relocate_section()
3512 bfd_vma plt_index, plt_offset; in elf_i386_finish_dynamic_symbol() local
[all …]
H A Delfxx-x86.c1789 bfd_vma plt_offset; in _bfd_x86_elf_link_fixup_ifunc_symbol() local
1798 plt_offset = eh->plt_second.offset; in _bfd_x86_elf_link_fixup_ifunc_symbol()
1803 plt_offset = h->plt.offset; in _bfd_x86_elf_link_fixup_ifunc_symbol()
1812 + plt_s->output_offset + plt_offset); in _bfd_x86_elf_link_fixup_ifunc_symbol()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf64-x86-64.c4116 bfd_vma off, offplt, plt_offset; in elf_x86_64_relocate_section() local
4337 plt_offset = eh->plt_bnd.offset; in elf_x86_64_relocate_section()
4342 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
4348 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
4352 + resolved_plt->output_offset + plt_offset); in elf_x86_64_relocate_section()
4673 plt_offset = eh->plt_bnd.offset; in elf_x86_64_relocate_section()
4678 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
4683 + plt_offset); in elf_x86_64_relocate_section()
4716 plt_offset = eh->plt_bnd.offset; in elf_x86_64_relocate_section()
4721 plt_offset = h->plt.offset; in elf_x86_64_relocate_section()
[all …]
H A Delf32-i386.c3731 bfd_vma off, offplt, plt_offset; in elf_i386_relocate_section() local
4388 plt_offset = h->plt.offset; in elf_i386_relocate_section()
4393 plt_offset = eh->plt_got.offset; in elf_i386_relocate_section()
4398 + plt_offset); in elf_i386_relocate_section()
5411 bfd_vma got_offset, plt_offset; in elf_i386_finish_dynamic_symbol() local
5445 plt_offset = eh->plt_got.offset; in elf_i386_finish_dynamic_symbol()
5446 memcpy (plt->contents + plt_offset, got_plt_entry, in elf_i386_finish_dynamic_symbol()
5449 plt->contents + plt_offset + plt_got_offset); in elf_i386_finish_dynamic_symbol()
5940 bfd_vma plt_offset; in elf_i386_get_plt_sym_val() local
5972 plt_offset = bed->plt->plt_entry_size; in elf_i386_get_plt_sym_val()
[all …]