Lines Matching refs:splt
1116 tilepro_plt_entry_build (asection *splt, asection *sgotplt, bfd_vma offset,
1127 - splt->output_section->vma
1128 - splt->output_offset
1140 memcpy (splt->contents + offset,
1145 pc = (tilepro_bundle_bits *)(splt->contents + offset);
1315 if (!htab->elf.splt || !htab->elf.srelplt || !htab->sdynbss
2229 asection *s = htab->elf.splt;
2568 && (htab->elf.splt == NULL
2569 || htab->elf.splt->size == 0)
2584 if (s == htab->elf.splt
3143 if (h->plt.offset == (bfd_vma) -1 || htab->elf.splt == NULL)
3151 relocation = (htab->elf.splt->output_section->vma
3152 + htab->elf.splt->output_offset
3290 sec = htab->elf.splt;
3713 asection *splt;
3726 splt = htab->elf.splt;
3730 if (splt == NULL || srela == NULL)
3734 rela_index = tilepro_plt_entry_build (splt, sgotplt, h->plt.offset,
3739 bfd_put_32 (output_bfd, splt->output_section->vma + splt->output_offset,
3842 asection *splt ATTRIBUTE_UNUSED)
3897 asection *splt;
3900 splt = htab->elf.splt;
3901 BFD_ASSERT (splt != NULL && sdyn != NULL);
3903 ret = tilepro_finish_dyn (output_bfd, info, dynobj, sdyn, splt);
3909 if (splt->size > 0)
3911 memcpy (splt->contents, tilepro_plt0_entry, PLT_HEADER_SIZE);
3912 memset (splt->contents + PLT_HEADER_SIZE, 0,
3916 if (elf_section_data (splt->output_section) != NULL)
3917 elf_section_data (splt->output_section)->this_hdr.sh_entsize