Lines Matching defs:sgot
1033 s = elf_hash_table (info)->sgot;
1191 asection *sgot;
1201 sgot = elf_hash_table (info)->sgot;
1222 sgot->size += 4;
1246 asection *sgot;
1256 sgot = NULL;
1357 sgot = elf_hash_table (info)->sgot;
1358 BFD_ASSERT (sgot != NULL);
1361 BFD_ASSERT (off < sgot->size);
1363 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1365 relocation = sgot->output_offset + off;
1371 relocation += sgot->output_section->vma;
1643 asection *sgot;
1656 sgot = elf_hash_table (info)->sgotplt;
1658 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1691 sgot->contents + got_offset);
1694 rela.r_offset = (sgot->output_section->vma
1695 + sgot->output_offset
1712 asection *sgot;
1719 sgot = elf_hash_table (info)->sgot;
1721 BFD_ASSERT (sgot != NULL && srela != NULL);
1723 rela.r_offset = (sgot->output_section->vma
1724 + sgot->output_offset
1728 sgot->contents + h->got.offset);
1772 asection *sgot;
1777 sgot = elf_hash_table (info)->sgotplt;
1778 BFD_ASSERT (sgot != NULL);
1826 (sgot->output_section->vma
1827 + sgot->output_offset + 4
1831 (sgot->output_section->vma
1832 + sgot->output_offset + 8
1841 if (sgot->size > 0)
1844 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1848 sgot->contents);
1849 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1850 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1853 if (elf_section_data (sgot->output_section) != NULL)
1854 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;