Home
last modified time | relevance | path

Searched refs:got_entry_size (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-ifunc.c112 unsigned int got_entry_size, in _bfd_elf_allocate_ifunc_dyn_relocs() argument
240 gotplt->size += got_entry_size; in _bfd_elf_allocate_ifunc_dyn_relocs()
329 htab->sgot->size += got_entry_size; in _bfd_elf_allocate_ifunc_dyn_relocs()
Delfxx-x86.c140 htab->got_entry_size, in elf_x86_allocate_dynrelocs()
251 htab->elf.sgotplt->size += htab->got_entry_size; in elf_x86_allocate_dynrelocs()
332 htab->elf.sgotplt->size += 2 * htab->got_entry_size; in elf_x86_allocate_dynrelocs()
339 s->size += htab->got_entry_size; in elf_x86_allocate_dynrelocs()
343 s->size += htab->got_entry_size; in elf_x86_allocate_dynrelocs()
743 ret->got_entry_size = 8; in _bfd_x86_elf_link_hash_table_create()
774 ret->got_entry_size = 4; in _bfd_x86_elf_link_hash_table_create()
2341 htab->elf.sgotplt->size += 2 * htab->got_entry_size; in _bfd_x86_elf_size_dynamic_sections()
2348 s->size += htab->got_entry_size; in _bfd_x86_elf_size_dynamic_sections()
2351 s->size += htab->got_entry_size; in _bfd_x86_elf_size_dynamic_sections()
[all …]
Delfxx-x86.h683 unsigned int got_entry_size; member
786 ((htab)->elf.srelplt->reloc_count * (htab)->got_entry_size)
Delfnn-loongarch.c1403 unsigned int got_entry_size, in local_allocate_ifunc_dyn_relocs() argument
1532 gotplt->size += got_entry_size; in local_allocate_ifunc_dyn_relocs()
1618 htab->sgot->size += got_entry_size; in local_allocate_ifunc_dyn_relocs()
DChangeLog-20171949 Rearrange got_entry_size initialization.
2027 got_entry_size.
2028 * elfxx-x86.h (elf_x86_link_hash_table): Add got_entry_size.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-ifunc.c112 unsigned int got_entry_size, in _bfd_elf_allocate_ifunc_dyn_relocs() argument
240 gotplt->size += got_entry_size; in _bfd_elf_allocate_ifunc_dyn_relocs()
329 htab->sgot->size += got_entry_size; in _bfd_elf_allocate_ifunc_dyn_relocs()
Delfxx-x86.c140 htab->got_entry_size, in elf_x86_allocate_dynrelocs()
251 htab->elf.sgotplt->size += htab->got_entry_size; in elf_x86_allocate_dynrelocs()
332 htab->elf.sgotplt->size += 2 * htab->got_entry_size; in elf_x86_allocate_dynrelocs()
339 s->size += htab->got_entry_size; in elf_x86_allocate_dynrelocs()
343 s->size += htab->got_entry_size; in elf_x86_allocate_dynrelocs()
743 ret->got_entry_size = 8; in _bfd_x86_elf_link_hash_table_create()
774 ret->got_entry_size = 4; in _bfd_x86_elf_link_hash_table_create()
2340 htab->elf.sgotplt->size += 2 * htab->got_entry_size; in _bfd_x86_elf_late_size_sections()
2347 s->size += htab->got_entry_size; in _bfd_x86_elf_late_size_sections()
2350 s->size += htab->got_entry_size; in _bfd_x86_elf_late_size_sections()
[all …]
Delfxx-x86.h683 unsigned int got_entry_size; member
786 ((htab)->elf.srelplt->reloc_count * (htab)->got_entry_size)
Delfnn-loongarch.c1452 unsigned int got_entry_size, in local_allocate_ifunc_dyn_relocs() argument
1581 gotplt->size += got_entry_size; in local_allocate_ifunc_dyn_relocs()
1667 htab->sgot->size += got_entry_size; in local_allocate_ifunc_dyn_relocs()
DChangeLog-20171949 Rearrange got_entry_size initialization.
2027 got_entry_size.
2028 * elfxx-x86.h (elf_x86_link_hash_table): Add got_entry_size.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmipsread.c183 int got_entry_size = 8; in read_alphacoff_dynamic_symtab() local
305 (i - dt_mips_gotsym + dt_mips_local_gotno) * got_entry_size; in read_alphacoff_dynamic_symtab()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dincremental.cc1827 unsigned int got_entry_size; member
1853 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit()
1890 unsigned int got_index = got_offset / this->info_.got_entry_size; in visit()
1962 view_info.got_entry_size = target->got_entry_size(); in write_got_plt()
Dtarget.h1069 got_entry_size() const in got_entry_size() function
Dmips.cc7647 unsigned int got_entry_size = size/8; // TODO(sasa): MIPS_ELF_GOT_SIZE in do_write() local
7651 elfcpp::Swap<size, big_endian>::writeval(gotplt_pov + got_entry_size, 0); in do_write()
7653 unsigned int gotplt_offset = 2 * got_entry_size; in do_write()
7654 gotplt_pov += 2 * got_entry_size; in do_write()
7667 ++p, gotplt_pov += got_entry_size, gotplt_offset += got_entry_size) in do_write()
Dx86_64.cc789 got_entry_size() const in got_entry_size() function in __anon34472f880111::Target_x86_64
DChangeLog-0815213 * incremental.cc (Got_plt_view_info): Add got_entry_size.
215 with info_.got_entry_size.
218 with info_.got_entry_size.
221 view_info.got_entry_size.
222 * target.h (Sized_target::got_entry_size): New virtual function.
223 * x86_64.cc (Target_x86_64::got_entry_size): New function.