Lines Matching refs:splt
1360 asection *splt; in elf_vax_relocate_section() local
1371 splt = NULL; in elf_vax_relocate_section()
1510 if (splt == NULL) in elf_vax_relocate_section()
1512 splt = bfd_get_linker_section (dynobj, ".plt"); in elf_vax_relocate_section()
1513 BFD_ASSERT (splt != NULL); in elf_vax_relocate_section()
1761 asection *splt; in elf_vax_finish_dynamic_symbol() local
1774 splt = bfd_get_linker_section (dynobj, ".plt"); in elf_vax_finish_dynamic_symbol()
1777 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL); in elf_vax_finish_dynamic_symbol()
1794 memcpy (splt->contents + h->plt.offset, elf_vax_plt_entry, in elf_vax_finish_dynamic_symbol()
1800 splt->contents + h->plt.offset + 4); in elf_vax_finish_dynamic_symbol()
1803 splt->contents + h->plt.offset + 8); in elf_vax_finish_dynamic_symbol()
1807 (splt->output_section->vma in elf_vax_finish_dynamic_symbol()
1808 + splt->output_offset in elf_vax_finish_dynamic_symbol()
1902 asection *splt; in elf_vax_finish_dynamic_sections() local
1905 splt = bfd_get_linker_section (dynobj, ".plt"); in elf_vax_finish_dynamic_sections()
1906 BFD_ASSERT (splt != NULL && sdyn != NULL); in elf_vax_finish_dynamic_sections()
1959 if (splt->size > 0) in elf_vax_finish_dynamic_sections()
1961 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE); in elf_vax_finish_dynamic_sections()
1965 - (splt->output_section->vma + 6)), in elf_vax_finish_dynamic_sections()
1966 splt->contents + 2); in elf_vax_finish_dynamic_sections()
1970 - (splt->output_section->vma + 12)), in elf_vax_finish_dynamic_sections()
1971 splt->contents + 8); in elf_vax_finish_dynamic_sections()
1972 elf_section_data (splt->output_section)->this_hdr.sh_entsize in elf_vax_finish_dynamic_sections()