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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-sh64.c3144 static const bfd_byte *elf_sh64_pic_plt_entry; variable
3828 if (elf_sh64_pic_plt_entry == NULL)
3830 elf_sh64_pic_plt_entry = (bfd_big_endian (output_bfd) ?
3834 memcpy (splt->contents + h->plt.offset, elf_sh64_pic_plt_entry,
4055 if (elf_sh64_pic_plt_entry == NULL)
4057 elf_sh64_pic_plt_entry = (bfd_big_endian (output_bfd) ?
4061 memcpy (splt->contents, elf_sh64_pic_plt_entry,

Completed in 105 milliseconds