Lines Matching refs:splt
1275 asection *splt, asection *sgotplt,
1287 - splt->output_section->vma
1288 - splt->output_offset
1305 memcpy (splt->contents + offset, plt_entry, PLT_ENTRY_SIZE);
1308 pc = (tilegx_bundle_bits *)(splt->contents + offset);
1520 if (!htab->elf.splt || !htab->elf.srelplt || !htab->sdynbss
2496 asection *s = htab->elf.splt;
2829 && (htab->elf.splt == NULL
2830 || htab->elf.splt->size == 0)
2845 if (s == htab->elf.splt
3534 if (h->plt.offset == (bfd_vma) -1 || htab->elf.splt == NULL)
3542 relocation = (htab->elf.splt->output_section->vma
3543 + htab->elf.splt->output_offset
3699 sec = htab->elf.splt;
4098 asection *splt;
4113 splt = htab->elf.splt;
4117 if (splt == NULL || srela == NULL)
4121 rela_index = tilegx_plt_entry_build (output_bfd, htab, splt, sgotplt,
4127 splt->output_section->vma + splt->output_offset,
4230 asection *splt ATTRIBUTE_UNUSED)
4290 asection *splt;
4293 splt = htab->elf.splt;
4294 BFD_ASSERT (splt != NULL && sdyn != NULL);
4296 ret = tilegx_finish_dyn (output_bfd, info, dynobj, sdyn, splt);
4302 if (splt->size > 0)
4304 memcpy (splt->contents,
4309 memcpy (splt->contents + splt->size
4317 memset (splt->contents + splt->size - pad_size, 0, pad_size);
4320 elf_section_data (splt->output_section)->this_hdr.sh_entsize