Lines Matching defs:sgot
1008 s = elf_hash_table (info)->sgot;
1164 asection *sgot;
1174 sgot = elf_hash_table (info)->sgot;
1192 sgot->size += 4;
1215 asection *sgot;
1225 sgot = NULL;
1326 sgot = elf_hash_table (info)->sgot;
1327 BFD_ASSERT (sgot != NULL);
1330 BFD_ASSERT (off < sgot->size);
1332 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1334 relocation = sgot->output_offset + off;
1340 relocation += sgot->output_section->vma;
1609 asection *sgot;
1622 sgot = elf_hash_table (info)->sgotplt;
1624 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1657 sgot->contents + got_offset);
1660 rela.r_offset = (sgot->output_section->vma
1661 + sgot->output_offset
1678 sgot;
1685 sgot = elf_hash_table (info)->sgot;
1687 BFD_ASSERT (sgot != NULL && srela != NULL);
1689 rela.r_offset = (sgot->output_section->vma
1690 + sgot->output_offset
1694 sgot->contents + h->got.offset);
1738 asection *sgot;
1743 sgot = elf_hash_table (info)->sgotplt;
1744 BFD_ASSERT (sgot != NULL);
1792 (sgot->output_section->vma
1793 + sgot->output_offset + 4
1797 (sgot->output_section->vma
1798 + sgot->output_offset + 8
1807 if (sgot->size > 0)
1810 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1814 sgot->contents);
1815 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1816 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1819 if (elf_section_data (sgot->output_section) != NULL)
1820 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;