Lines Matching full:sgot
619 asection *sgot;
812 asection *sgot;
822 sgot = htab->sgot;
902 BFD_ASSERT (sgot != NULL);
936 sgot->contents + off);
942 relocation = sgot->output_offset + off;
963 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
974 outrel.r_offset = (sgot->output_section->vma
975 + sgot->output_offset
987 relocation = sgot->output_offset + off;
1000 BFD_ASSERT (sgot != NULL);
1001 relocation -= sgot->output_section->vma;
1133 relocation = sgot->output_offset + (gotoff & ~3);
1157 rela.r_offset = sgot->output_section->vma +
1158 sgot->output_offset + gotoff + i*4;
1177 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4);
1184 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff);
1186 sgot->contents + gotoff + 4);
1192 rela.r_offset = sgot->output_section->vma +
1193 sgot->output_offset + gotoff;
1209 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff);
1215 sgot->contents + gotoff);
1217 relocation = sgot->output_offset + gotoff;
1385 htab->sgot = bfd_get_section_by_name (dynobj, ".got");
1389 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
1535 if (htab->sgot == NULL)
1724 asection *sdyn, *sgot;
1733 sgot = htab->sgotplt;
1741 BFD_ASSERT (sgot != NULL && sdyn != NULL);
1815 addr = sgot->output_section->vma + sgot->output_offset + 4;
1833 if (sgot && sgot->size > 0)
1836 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1840 sgot->contents);
1841 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1844 if (htab->sgot && htab->sgot->size > 0)
1845 elf_section_data (htab->sgot->output_section)->this_hdr.sh_entsize = 4;
1869 asection *sgot;
1882 sgot = htab->sgotplt;
1884 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1934 sgot->contents + got_offset);
1937 rela.r_offset = (sgot->output_section->vma
1938 + sgot->output_offset
1958 asection *sgot;
1964 sgot = htab->sgot;
1966 BFD_ASSERT (sgot != NULL && srela != NULL);
1968 rela.r_offset = (sgot->output_section->vma
1969 + sgot->output_offset
1987 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
2275 s = htab->sgot;
2490 s = htab->sgot;
2534 || s == htab->sgot
2645 if (!htab->sgot && !create_got_section (dynobj, info))