Lines Matching full:sgot
1529 asection *sgot;
1627 htab->sgot = bfd_get_linker_section (dynobj, ".got");
1630 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
1700 if (htab->sgot == NULL
2026 s = htab->sgot;
2234 s = htab->sgot;
2263 || s == htab->sgot
2413 asection *sgot, *splt, *sreloc;
2422 sgot = htab->sgot;
2673 BFD_ASSERT (sgot != NULL);
2675 relocation = -(relocation - sgot->output_section->vma);
2682 BFD_ASSERT (sgot != NULL);
2684 relocation -= sgot->output_section->vma;
2695 relocation = sgot->output_section->vma;
2711 relocation = sgot->output_section->vma;
2728 BFD_ASSERT (sgot != NULL);
2765 sgot->contents + off);
2770 relocation = sgot->output_offset + off;
2789 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2802 outrel.r_offset = (sgot->output_section->vma
2803 + sgot->output_offset
2816 relocation = sgot->output_offset + off;
3127 asection *sgot;
3140 sgot = htab->sgotplt;
3142 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3160 + (((sgot->output_section->vma
3161 + sgot->output_offset
3166 + ((sgot->output_section->vma
3167 + sgot->output_offset
3206 sgot->contents + got_offset);
3209 rela.r_offset = (sgot->output_section->vma
3210 + sgot->output_offset
3228 asection *sgot;
3235 sgot = htab->sgot;
3237 BFD_ASSERT (sgot != NULL && srela != NULL);
3239 rela.r_offset = (sgot->output_section->vma
3240 + sgot->output_offset
3262 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3315 asection *sgot;
3327 sgot = htab->sgotplt;
3335 BFD_ASSERT (sgot != NULL && sdyn != NULL);
3404 addr = sgot->output_section->vma + sgot->output_offset + 4;
3422 if (sgot && sgot->size > 0)
3425 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
3429 sgot->contents);
3430 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
3431 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
3433 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
3765 if (htab->sgot == NULL)