Lines Matching refs:splt
2466 asection *splt;
2706 htab->splt = s;
2978 asection *s = htab->splt;
3522 if (s == htab->splt
3592 if (htab->splt->size != 0)
3827 asection *splt = NULL;
3842 splt = htab->splt;
3856 if (fdpic_p && splt)
3858 splt->output_section);
4752 BFD_ASSERT (splt != NULL);
4754 relocation = (splt->output_section->vma
4755 + splt->output_offset
6700 asection *splt;
6715 splt = htab->splt;
6718 BFD_ASSERT (splt != NULL && sgotplt != NULL && srelplt != NULL);
6748 memcpy (splt->contents + h->plt.offset,
6758 splt->owner, splt, splt->contents,
6765 (splt->contents
6777 (splt->contents
6807 (splt->contents
6813 splt->output_section->vma + splt->output_offset,
6814 (splt->contents
6830 (splt->contents
6836 (splt->output_section->vma
6837 + splt->output_offset
6844 htab->splt->output_section),
6871 rel.r_offset = (htab->splt->output_section->vma
6872 + htab->splt->output_offset
7073 asection *splt;
7164 splt = htab->splt;
7165 if (splt && splt->size > 0 && htab->plt_info->plt0_entry)
7169 memcpy (splt->contents,
7178 (splt->contents
7190 rel.r_offset = (splt->output_section->vma
7191 + splt->output_offset
7222 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 4;