Lines Matching defs:sgot
1525 asection *sgot;
1623 htab->sgot = bfd_get_linker_section (dynobj, ".got");
1626 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
1696 if (htab->sgot == NULL
2022 s = htab->sgot;
2230 s = htab->sgot;
2259 || s == htab->sgot
2409 asection *sgot, *splt, *sreloc;
2418 sgot = htab->sgot;
2671 BFD_ASSERT (sgot != NULL);
2673 relocation = -(relocation - sgot->output_section->vma);
2680 BFD_ASSERT (sgot != NULL);
2682 relocation -= sgot->output_section->vma;
2693 relocation = sgot->output_section->vma;
2709 relocation = sgot->output_section->vma;
2726 BFD_ASSERT (sgot != NULL);
2761 sgot->contents + off);
2766 relocation = sgot->output_offset + off;
2785 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2798 outrel.r_offset = (sgot->output_section->vma
2799 + sgot->output_offset
2812 relocation = sgot->output_offset + off;
3128 asection *sgot;
3141 sgot = htab->sgotplt;
3143 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3161 + (((sgot->output_section->vma
3162 + sgot->output_offset
3167 + ((sgot->output_section->vma
3168 + sgot->output_offset
3207 sgot->contents + got_offset);
3210 rela.r_offset = (sgot->output_section->vma
3211 + sgot->output_offset
3229 asection *sgot;
3236 sgot = htab->sgot;
3238 BFD_ASSERT (sgot != NULL && srela != NULL);
3240 rela.r_offset = (sgot->output_section->vma
3241 + sgot->output_offset
3263 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3316 asection *sgot;
3328 sgot = htab->sgotplt;
3336 BFD_ASSERT (sgot != NULL && sdyn != NULL);
3354 s = htab->sgot->output_section;
3407 addr = sgot->output_section->vma + sgot->output_offset + 4;
3425 if (sgot && sgot->size > 0)
3428 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
3432 sgot->contents);
3433 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
3434 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
3436 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
3768 if (htab->sgot == NULL)