Lines Matching full:sgotplt
597 asection *sgotplt;
1417 htab->sgotplt = bfd_get_linker_section (dynobj, ".got.plt");
1430 if (htab->sgotplt == NULL
1431 || ! bfd_set_section_flags (dynobj, htab->sgotplt, flags))
1609 asection *s, *srelplt, *splt, *sgotplt, *srelgot, *spltlittbl, *sgotloc;
1679 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
1680 BFD_ASSERT (sgotplt != NULL);
1691 sgotplt->size = 4 * (chunk_entries + 2);
1698 sgotplt->size = 0;
2314 asection *splt, *sgotplt;
2321 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
2322 BFD_ASSERT (splt != NULL && sgotplt != NULL);
2325 got_base = sgotplt->output_section->vma + sgotplt->output_offset;
2333 sgotplt->contents + lit_offset);
3299 asection *sgotplt, *srelgot, *spltlittbl;
3328 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
3329 BFD_ASSERT (sgotplt != NULL);
3337 irela.r_offset = (sgotplt->output_section->vma
3338 + sgotplt->output_offset);
3348 irela.r_offset = (sgotplt->output_section->vma
3349 + sgotplt->output_offset + 4);
3364 sgotplt->output_section->vma + sgotplt->output_offset,
9635 asection *splt, *sgotplt, *srelgot;
9648 sgotplt = elf_xtensa_get_gotplt_section (info, chunk);
9649 BFD_ASSERT (splt != NULL && sgotplt != NULL);
9659 sgotplt->size -= 8;
9663 BFD_ASSERT (sgotplt->size == 4);
9667 BFD_ASSERT (sgotplt->size >= 4);
9670 sgotplt->size -= 4;
10355 return htab->sgotplt;
10736 asection *sgotplt;
10740 sgotplt = bfd_get_linker_section (sec->owner, ".got.plt");
10750 sgotplt = bfd_get_linker_section (sec->owner, got_name);
10752 BFD_ASSERT (sgotplt);
10757 (*callback) (sec, sec_size, sgotplt, 0, closure);