Lines Matching full:sgotplt
2600 asection *splt, *spltrel, *sgotplt;
2636 sgotplt = bfd_get_linker_section (dynobj, ".got.plt");
2637 sgotplt->size = entries ? 16 : 0;
4993 asection *splt, *sgotplt, *srelaplt;
5006 sgotplt = bfd_get_linker_section (dynobj, ".got.plt");
5007 BFD_ASSERT (sgotplt != NULL);
5008 if (sgotplt->size > 0)
5009 gotplt_vma = sgotplt->output_section->vma + sgotplt->output_offset;