Lines Matching defs:splt
1528 asection *splt;
1660 htab->splt = s;
1965 asection *s = htab->splt;
2258 if (s == htab->splt
2323 if (htab->splt->size != 0)
2409 asection *sgot, *splt, *sreloc;
2419 splt = htab->splt;
2839 relocation = (splt->output_section->vma
2840 + splt->output_offset
3127 asection *splt;
3140 splt = htab->splt;
3143 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3164 splt->contents + h->plt.offset);
3170 splt->contents + h->plt.offset + 4);
3172 splt->contents + h->plt.offset + 8);
3176 splt->contents + h->plt.offset + 12);
3180 splt->contents + h->plt.offset + 16);
3186 splt->contents + h->plt.offset);
3188 splt->contents + h->plt.offset + 4);
3190 splt->contents + h->plt.offset + 8);
3194 splt->contents + h->plt.offset + 12);
3198 splt->contents + h->plt.offset + 16);
3203 (splt->output_section->vma
3204 + splt->output_offset
3333 asection *splt;
3392 splt = htab->splt;
3393 if (splt && splt->size > 0)
3397 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD0, splt->contents);
3398 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD1, splt->contents + 4);
3399 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD2, splt->contents + 8);
3400 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD3, splt->contents + 12);
3401 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD4, splt->contents + 16);
3410 splt->contents);
3413 splt->contents + 4);
3414 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD2, splt->contents + 8);
3415 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD3, splt->contents + 12);
3416 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD4, splt->contents + 16);
3419 elf_section_data (splt->output_section)->this_hdr.sh_entsize =