Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-sh64.c3034 static const bfd_byte *elf_sh64_pic_plt_entry; variable
3658 if (elf_sh64_pic_plt_entry == NULL) in sh64_elf64_finish_dynamic_symbol()
3660 elf_sh64_pic_plt_entry = (bfd_big_endian (output_bfd) ? in sh64_elf64_finish_dynamic_symbol()
3664 memcpy (splt->contents + h->plt.offset, elf_sh64_pic_plt_entry, in sh64_elf64_finish_dynamic_symbol()
3884 if (elf_sh64_pic_plt_entry == NULL) in sh64_elf64_finish_dynamic_sections()
3886 elf_sh64_pic_plt_entry = (bfd_big_endian (output_bfd) ? in sh64_elf64_finish_dynamic_sections()
3890 memcpy (splt->contents, elf_sh64_pic_plt_entry, in sh64_elf64_finish_dynamic_sections()
DChangeLog-020310392 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,