Lines Matching defs:sgot
1008 s = elf_hash_table (info)->sgot;
1166 asection *sgot;
1176 sgot = elf_hash_table (info)->sgot;
1194 sgot->size += 4;
1217 asection *sgot;
1227 sgot = NULL;
1329 sgot = elf_hash_table (info)->sgot;
1330 BFD_ASSERT (sgot != NULL);
1333 BFD_ASSERT (off < sgot->size);
1335 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1337 relocation = sgot->output_offset + off;
1343 relocation += sgot->output_section->vma;
1612 asection *sgot;
1625 sgot = elf_hash_table (info)->sgotplt;
1627 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1660 sgot->contents + got_offset);
1663 rela.r_offset = (sgot->output_section->vma
1664 + sgot->output_offset
1681 asection *sgot;
1688 sgot = elf_hash_table (info)->sgot;
1690 BFD_ASSERT (sgot != NULL && srela != NULL);
1692 rela.r_offset = (sgot->output_section->vma
1693 + sgot->output_offset
1697 sgot->contents + h->got.offset);
1741 asection *sgot;
1746 sgot = elf_hash_table (info)->sgotplt;
1747 BFD_ASSERT (sgot != NULL);
1795 (sgot->output_section->vma
1796 + sgot->output_offset + 4
1800 (sgot->output_section->vma
1801 + sgot->output_offset + 8
1810 if (sgot->size > 0)
1813 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1817 sgot->contents);
1818 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1819 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1822 if (elf_section_data (sgot->output_section) != NULL)
1823 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;