Home
last modified time | relevance | path

Searched refs:got_offset (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/contrib/binutils-2.34/gold/
H A Dx86_64.cc2629 got_offset += 8) in do_write()
2709 got_offset += 8) in do_write()
2732 got_offset = 24; in do_write()
2738 got_offset += 8) in do_write()
2804 got_offset += 8) in do_write()
2827 got_offset = 24; in do_write()
2833 got_offset += 8) in do_write()
3818 got_offset); in local()
4926 got_offset = (gsym->got_offset(GOT_TYPE_STANDARD) in relocate()
5083 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
[all …]
H A Di386.cc1115 gi.got_offset = got_offset; in add_entry()
1135 got_offset); in add_entry()
1171 li.got_offset = got_offset; in add_local_ifunc_entry()
1446 got_offset += 4) in do_write()
1451 got_offset, in do_write()
1631 got_offset); in got_mod_index_entry()
2018 got_offset); in local()
2941 got_offset = (gsym->got_offset(GOT_TYPE_STANDARD) in relocate()
3077 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3139 got_offset += gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
[all …]
H A Doutput.cc1470 gsym->set_got_offset(got_type, got_offset); in add_global()
1485 gsym->set_got_offset(got_type, got_offset); in add_global_plt()
1529 got_offset + got_size / 8, 0); in add_global_pair_with_rel()
1650 unsigned int got_offset = in add_local_pair_with_rel() local
1676 unsigned int got_offset = in add_local_pair_with_rel() local
1700 unsigned int got_offset in add_local_tls_pair() local
1778 if (got_offset == -1) in add_got_entry()
1798 unsigned int got_offset; in add_got_entry_pair() local
1800 got_offset = this->last_got_offset(); in add_got_entry_pair()
1803 return got_offset; in add_got_entry_pair()
[all …]
H A Dobject.h220 Got_offset_list(unsigned int got_type, unsigned int got_offset) in Got_offset_list() argument
221 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) in Got_offset_list()
244 set_offset(unsigned int got_type, unsigned int got_offset) in set_offset() argument
249 this->got_offset_ = got_offset; in set_offset()
257 g->got_offset_ = got_offset; in set_offset()
261 Got_offset_list* g = new Got_offset_list(got_type, got_offset); in set_offset()
1208 unsigned int got_offset) in set_local_got_offset() argument
1215 unsigned int got_offset, uint64_t addend) in set_local_got_offset() argument
1423 unsigned int got_offset, uint64_t addend) = 0;
2118 unsigned int got_offset, uint64_t addend) in do_set_local_got_offset() argument
[all …]
H A Dsymtab.h436 got_offset(unsigned int got_type) const in got_offset() function
438 unsigned int got_offset = this->got_offsets_.get_offset(got_type); in got_offset() local
439 gold_assert(got_offset != -1U); in got_offset()
440 return got_offset; in got_offset()
445 set_got_offset(unsigned int got_type, unsigned int got_offset) in set_got_offset() argument
446 { this->got_offsets_.set_offset(got_type, got_offset); } in set_got_offset()
H A Dincremental.cc1851 visit(unsigned int got_type, unsigned int got_offset) in visit() argument
1853 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit()
1882 visit(unsigned int got_type, unsigned int got_offset) in visit() argument
1884 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit()
/dragonfly/contrib/binutils-2.27/gold/
H A Di386.cc1114 gi.got_offset = got_offset; in add_entry()
1134 got_offset); in add_entry()
1170 li.got_offset = got_offset; in add_local_ifunc_entry()
1445 got_offset += 4) in do_write()
1450 got_offset, in do_write()
1630 got_offset); in got_mod_index_entry()
2017 got_offset); in local()
2937 got_offset = (gsym->got_offset(GOT_TYPE_STANDARD) in relocate()
3074 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3136 got_offset += gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
[all …]
H A Dx86_64.cc138 unsigned int got_offset);
232 unsigned int got_offset, in fill_plt_entry() argument
1462 got_offset, 0); in add_relocation()
1776 got_offset += 8) in do_write()
2177 got_offset, 0); in got_mod_index_entry()
2709 got_offset); in local()
3557 int got_offset = 0; in relocate() local
3567 got_offset = gsym->got_offset(GOT_TYPE_STANDARD) - target->got_size(); in relocate()
3918 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3986 got_offset += gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
[all …]
H A Dtilegx.cc2013 section_offset_type got_offset; in add_entry() local
2385 unsigned int got_offset, in fill_plt_entry() argument
2500 got_offset += size / 8) in do_write()
2846 got_offset, 0); in got_mod_index_entry()
3381 unsigned int got_offset in local() local
4379 int got_offset = 0; in relocate() local
4396 got_offset = gsym->got_offset(got_type) - got_base; in relocate()
4402 got_offset = in relocate()
4427 symval.set_output_value(got_offset); in relocate()
4625 got_offset = gsym->got_offset(got_type) - got_base; in relocate()
[all …]
H A Doutput.cc1458 gsym->set_got_offset(got_type, got_offset); in add_global()
1473 gsym->set_got_offset(got_type, got_offset); in add_global_plt()
1517 got_offset + got_size / 8, 0); in add_global_pair_with_rel()
1638 unsigned int got_offset = in add_local_pair_with_rel() local
1664 unsigned int got_offset = in add_local_pair_with_rel() local
1688 unsigned int got_offset in add_local_tls_pair() local
1766 if (got_offset == -1) in add_got_entry()
1786 unsigned int got_offset; in add_got_entry_pair() local
1788 got_offset = this->last_got_offset(); in add_got_entry_pair()
1791 return got_offset; in add_got_entry_pair()
[all …]
H A Dmips.cc6561 unsigned got_offset = reloc.got_offset(); in do_write() local
6642 unsigned got_offset = reloc.got_offset(); in do_write() local
11893 got_offset = target->got_section()->got_offset(gsym, in relocate()
11897 got_offset = target->got_section()->got_offset(r_sym, in relocate()
11912 got_offset = target->got_section()->got_offset(gsym, in relocate()
11916 got_offset = target->got_section()->got_offset(r_sym, in relocate()
11930 got_offset = target->got_section()->got_offset(gsym, in relocate()
11934 got_offset = target->got_section()->got_offset(r_sym, in relocate()
11951 got_offset = target->got_section()->got_offset(gsym, in relocate()
11999 got_offset = target->got_section()->got_offset(gsym, in relocate()
[all …]
H A Daarch64.cc543 unsigned got_offset = reloc.got_offset(); in do_write() local
592 got_offset() const in got_offset() function in __anon04877c550111::Output_data_got_aarch64::Static_reloc
4112 unsigned int got_offset);
4198 unsigned int got_offset, in fill_plt_entry() argument
4411 got_offset, 0); in add_relocation()
4930 got_offset += size / 8) in do_write()
5709 got_offset, 0); in got_mod_index_entry()
6168 got_offset); in local()
6176 got, got_offset, 0); in local()
6894 int got_offset = 0; in relocate() local
[all …]
H A Darm.cc1969 got_offset() const in got_offset() function in __anon392c4a0c0111::Arm_output_data_got::Static_reloc
7302 unsigned got_offset = reloc.got_offset(); in do_write() local
7439 unsigned int got_offset, in fill_plt_entry() argument
7656 got_offset); in add_relocation()
7963 got_offset += 4) in do_write()
8162 got_offset); in got_mod_index_entry()
9491 got_offset = (gsym->got_offset(GOT_TYPE_STANDARD) in relocate()
9989 unsigned int got_offset; in relocate_tls() local
9993 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
10020 unsigned int got_offset; in relocate_tls() local
[all …]
H A Dobject.h219 Got_offset_list(unsigned int got_type, unsigned int got_offset) in Got_offset_list() argument
220 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) in Got_offset_list()
243 set_offset(unsigned int got_type, unsigned int got_offset) in set_offset() argument
248 this->got_offset_ = got_offset; in set_offset()
256 g->got_offset_ = got_offset; in set_offset()
260 Got_offset_list* g = new Got_offset_list(got_type, got_offset); in set_offset()
1203 unsigned int got_offset) in set_local_got_offset() argument
1210 unsigned int got_offset, uint64_t addend) in set_local_got_offset() argument
1418 unsigned int got_offset, uint64_t addend) = 0;
2113 unsigned int got_offset, uint64_t addend) in do_set_local_got_offset() argument
[all …]
H A Dsparc.cc1915 unsigned int got_offset; in got_mod_index_entry() local
1918 got_offset = got->add_constant(0); in got_mod_index_entry()
1923 got_offset, 0); in got_mod_index_entry()
3337 unsigned int got_offset = 0; in relocate() local
3362 got_offset = gsym->got_offset(GOT_TYPE_STANDARD); in relocate()
3472 Reloc::lo10(view, got_offset, addend); in relocate()
3492 Reloc::gdop_lox10(view, got_offset); in relocate()
3503 Reloc::gdop_hix22(view, got_offset); in relocate()
3508 Reloc::hi22(view, got_offset, addend); in relocate()
3781 value = gsym->got_offset(got_type); in relocate_tls()
[all …]
H A Dsymtab.h426 got_offset(unsigned int got_type) const in got_offset() function
428 unsigned int got_offset = this->got_offsets_.get_offset(got_type); in got_offset() local
429 gold_assert(got_offset != -1U); in got_offset()
430 return got_offset; in got_offset()
435 set_got_offset(unsigned int got_type, unsigned int got_offset) in set_got_offset() argument
436 { this->got_offsets_.set_offset(got_type, got_offset); } in set_got_offset()
H A Dincremental.cc1846 visit(unsigned int got_type, unsigned int got_offset) in visit() argument
1848 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit()
1877 visit(unsigned int got_type, unsigned int got_offset) in visit() argument
1879 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit()
H A Dpowerpc.cc2287 return this->got_offset(this->header_index_); in g_o_t()
5258 unsigned int got_offset = got->add_constant_pair(0, 0); in tlsld_got_offset() local
5260 got_offset, 0); in tlsld_got_offset()
5261 this->tlsld_got_offset_ = got_offset; in tlsld_got_offset()
7109 value = gsym->got_offset(GOT_TYPE_STANDARD); in relocate()
7211 value = gsym->got_offset(got_type); in relocate()
7311 value = gsym->got_offset(GOT_TYPE_DTPREL); in relocate()
7334 value = gsym->got_offset(GOT_TYPE_TPREL); in relocate()
8769 unsigned int off = gsym->got_offset(got_type); in do_tls_offset_for_global()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf32-i386.c3513 bfd_vma got_offset; in elf_i386_finish_dynamic_symbol() local
3550 got_offset = (got_offset + 3) * 4; in elf_i386_finish_dynamic_symbol()
3555 got_offset = got_offset * 4; in elf_i386_finish_dynamic_symbol()
3587 + got_offset), in elf_i386_finish_dynamic_symbol()
3622 + got_offset); in elf_i386_finish_dynamic_symbol()
3646 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
3651 + got_offset); in elf_i386_finish_dynamic_symbol()
3665 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
3697 bfd_vma got_offset, plt_offset; in elf_i386_finish_dynamic_symbol() local
3705 got_offset = h->got.offset; in elf_i386_finish_dynamic_symbol()
[all …]
H A Delf64-x86-64.c4078 bfd_vma got_offset, plt_offset; in elf_x86_64_finish_dynamic_symbol() local
4115 got_offset = (h->plt.offset / htab->plt.plt_entry_size in elf_x86_64_finish_dynamic_symbol()
4117 got_offset = (got_offset + 3) * GOT_ENTRY_SIZE; in elf_x86_64_finish_dynamic_symbol()
4122 got_offset = got_offset * GOT_ENTRY_SIZE; in elf_x86_64_finish_dynamic_symbol()
4149 + got_offset in elf_x86_64_finish_dynamic_symbol()
4176 gotplt->contents + got_offset); in elf_x86_64_finish_dynamic_symbol()
4181 + got_offset); in elf_x86_64_finish_dynamic_symbol()
4235 bfd_vma got_offset, plt_offset; in elf_x86_64_finish_dynamic_symbol() local
4243 got_offset = h->got.offset; in elf_x86_64_finish_dynamic_symbol()
4245 if (got_offset == (bfd_vma) -1 in elf_x86_64_finish_dynamic_symbol()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-i386.c5239 bfd_vma got_offset; in elf_i386_finish_dynamic_symbol() local
5286 got_offset = (got_offset + 3) * 4; in elf_i386_finish_dynamic_symbol()
5291 got_offset = got_offset * 4; in elf_i386_finish_dynamic_symbol()
5302 + got_offset), in elf_i386_finish_dynamic_symbol()
5337 + got_offset); in elf_i386_finish_dynamic_symbol()
5347 bfd_put_32 (output_bfd, got_offset, in elf_i386_finish_dynamic_symbol()
5367 + got_offset); in elf_i386_finish_dynamic_symbol()
5381 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
5411 bfd_vma got_offset, plt_offset; in elf_i386_finish_dynamic_symbol() local
5422 got_offset = h->got.offset; in elf_i386_finish_dynamic_symbol()
[all …]
H A Delf64-x86-64.c5643 bfd_vma got_offset, plt_offset, plt_plt_offset, plt_got_offset; in elf_x86_64_finish_dynamic_symbol() local
5691 got_offset = h->plt.offset / abed->plt_entry_size - 1; in elf_x86_64_finish_dynamic_symbol()
5692 got_offset = (got_offset + 3) * GOT_ENTRY_SIZE; in elf_x86_64_finish_dynamic_symbol()
5696 got_offset = h->plt.offset / abed->plt_entry_size; in elf_x86_64_finish_dynamic_symbol()
5697 got_offset = got_offset * GOT_ENTRY_SIZE; in elf_x86_64_finish_dynamic_symbol()
5755 + got_offset in elf_x86_64_finish_dynamic_symbol()
5779 gotplt->contents + got_offset); in elf_x86_64_finish_dynamic_symbol()
5784 + got_offset); in elf_x86_64_finish_dynamic_symbol()
5843 got_offset = h->got.offset; in elf_x86_64_finish_dynamic_symbol()
5845 if (got_offset == (bfd_vma) -1 in elf_x86_64_finish_dynamic_symbol()
[all …]
H A Delf32-or1k.c1873 bfd_vma got_offset; in or1k_elf_finish_dynamic_symbol() local
1895 got_offset = (plt_index + 3) * 4; in or1k_elf_finish_dynamic_symbol()
1896 got_addr = got_offset; in or1k_elf_finish_dynamic_symbol()
1934 sgot->contents + got_offset); in or1k_elf_finish_dynamic_symbol()
1939 + got_offset); in or1k_elf_finish_dynamic_symbol()
/dragonfly/contrib/gdb-7/bfd/
H A Delf32-i386.c4437 bfd_vma got_offset; in elf_i386_finish_dynamic_symbol() local
4482 got_offset = h->plt.offset / plt_entry_size - 1; in elf_i386_finish_dynamic_symbol()
4483 got_offset = (got_offset + 3) * 4; in elf_i386_finish_dynamic_symbol()
4487 got_offset = h->plt.offset / plt_entry_size; in elf_i386_finish_dynamic_symbol()
4488 got_offset = got_offset * 4; in elf_i386_finish_dynamic_symbol()
4499 + got_offset), in elf_i386_finish_dynamic_symbol()
4534 + got_offset); in elf_i386_finish_dynamic_symbol()
4544 bfd_put_32 (output_bfd, got_offset, in elf_i386_finish_dynamic_symbol()
4555 gotplt->contents + got_offset); in elf_i386_finish_dynamic_symbol()
4560 + got_offset); in elf_i386_finish_dynamic_symbol()
[all …]
H A Delf64-x86-64.c4421 bfd_vma got_offset; in elf_x86_64_finish_dynamic_symbol() local
4466 got_offset = h->plt.offset / abed->plt_entry_size - 1; in elf_x86_64_finish_dynamic_symbol()
4467 got_offset = (got_offset + 3) * GOT_ENTRY_SIZE; in elf_x86_64_finish_dynamic_symbol()
4471 got_offset = h->plt.offset / abed->plt_entry_size; in elf_x86_64_finish_dynamic_symbol()
4472 got_offset = got_offset * GOT_ENTRY_SIZE; in elf_x86_64_finish_dynamic_symbol()
4486 + got_offset in elf_x86_64_finish_dynamic_symbol()
4498 gotplt->contents + got_offset); in elf_x86_64_finish_dynamic_symbol()
4503 + got_offset); in elf_x86_64_finish_dynamic_symbol()

12