Home
last modified time | relevance | path

Searched refs:elf_x86_64_legacy_plt2_entry (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c596 static const bfd_byte elf_x86_64_legacy_plt2_entry[8] = variable
2442 s->size += sizeof (elf_x86_64_legacy_plt2_entry); in elf_x86_64_allocate_dynrelocs()
2504 == sizeof (elf_x86_64_legacy_plt2_entry)); in elf_x86_64_allocate_dynrelocs()
2505 bnd_s->size += sizeof (elf_x86_64_legacy_plt2_entry); in elf_x86_64_allocate_dynrelocs()
4819 plt2_entry = elf_x86_64_legacy_plt2_entry; in elf_x86_64_finish_dynamic_symbol()
4836 plt2_entry, sizeof (elf_x86_64_legacy_plt2_entry)); in elf_x86_64_finish_dynamic_symbol()
5346 return i * sizeof (elf_x86_64_legacy_plt2_entry); in elf_x86_64_plt_sym_val_offset_plt_bnd()
5365 return (plt_index - 1) * sizeof (elf_x86_64_legacy_plt2_entry); in elf_x86_64_plt_sym_val_offset_plt_bnd()
DChangeLog2465 (elf_x86_64_legacy_plt2_entry): Likewise.