Lines Matching defs:srelplt
1507 htab->elf.srelplt->size += (h->plt.refcount * sizeof (Elf32_External_Rela));
1567 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc;
1582 srelplt = htab->elf.srelplt;
1587 && htab->elf.srelplt != NULL
1625 plt_entries = srelplt->size / sizeof (Elf32_External_Rela);
2797 srel = htab->elf.srelplt;
3227 asection *sdyn, *srelplt, *srelgot, *sgot, *sxtlit, *sgotloc;
3256 srelplt = htab->elf.srelplt;
3258 if (srelplt && srelplt->size != 0)
3280 plt_entries = srelplt->size / sizeof (Elf32_External_Rela);
3349 || (srelplt && srelplt->size != (sizeof (Elf32_External_Rela)
3350 * srelplt->reloc_count)))
3394 dyn.d_un.d_ptr = (htab->elf.srelplt->output_section->vma
3395 + htab->elf.srelplt->output_offset);
3399 dyn.d_un.d_val = htab->elf.srelplt->size;
10285 srel = htab->elf.srelplt;