Lines Matching refs:splt
1439 asection *splt; in sh_elf64_relocate_section() local
1450 splt = NULL; in sh_elf64_relocate_section()
2012 if (splt == NULL) in sh_elf64_relocate_section()
2014 splt = bfd_get_linker_section (dynobj, ".plt"); in sh_elf64_relocate_section()
2015 BFD_ASSERT (splt != NULL); in sh_elf64_relocate_section()
2018 relocation = (splt->output_section->vma in sh_elf64_relocate_section()
2019 + splt->output_offset in sh_elf64_relocate_section()
3598 asection *splt; in sh64_elf64_finish_dynamic_symbol() local
3612 splt = bfd_get_linker_section (dynobj, ".plt"); in sh64_elf64_finish_dynamic_symbol()
3615 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL); in sh64_elf64_finish_dynamic_symbol()
3639 memcpy (splt->contents + h->plt.offset, elf_sh64_plt_entry, in sh64_elf64_finish_dynamic_symbol()
3645 (splt->contents + h->plt.offset in sh64_elf64_finish_dynamic_symbol()
3653 (splt->contents + h->plt.offset in sh64_elf64_finish_dynamic_symbol()
3664 memcpy (splt->contents + h->plt.offset, elf_sh64_pic_plt_entry, in sh64_elf64_finish_dynamic_symbol()
3667 (splt->contents + h->plt.offset in sh64_elf64_finish_dynamic_symbol()
3676 (splt->contents + h->plt.offset in sh64_elf64_finish_dynamic_symbol()
3681 (splt->output_section->vma in sh64_elf64_finish_dynamic_symbol()
3682 + splt->output_offset in sh64_elf64_finish_dynamic_symbol()
3800 asection *splt; in sh64_elf64_finish_dynamic_sections() local
3879 splt = bfd_get_linker_section (dynobj, ".plt"); in sh64_elf64_finish_dynamic_sections()
3880 if (splt && splt->size > 0) in sh64_elf64_finish_dynamic_sections()
3890 memcpy (splt->contents, elf_sh64_pic_plt_entry, in sh64_elf64_finish_dynamic_sections()
3901 memcpy (splt->contents, elf_sh64_plt0_entry, PLT_ENTRY_SIZE); in sh64_elf64_finish_dynamic_sections()
3905 splt->contents in sh64_elf64_finish_dynamic_sections()
3911 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 8; in sh64_elf64_finish_dynamic_sections()