Lines Matching full:sgot
90 asection *sgot;
109 (lm32_elf_hash_table (info)->sgot)
221 htab->sgot = bfd_get_linker_section (dynobj, ".got");
224 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
823 asection *sgot;
831 sgot = htab->sgot;
934 BFD_ASSERT (sgot != NULL);
969 sgot->contents + off);
976 sgot->output_section->vma
977 + sgot->output_offset
985 relocation = sgot->output_offset + off;
1006 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1013 sgot->output_section->vma
1014 + sgot->output_offset
1029 outrel.r_offset = (sgot->output_section->vma
1030 + sgot->output_offset
1044 relocation = sgot->output_offset + off;
1063 BFD_ASSERT (sgot != NULL);
1064 relocation -= sgot->output_section->vma;
1315 if (htab->sgot == NULL)
1419 asection *sgot;
1427 sgot = htab->sgotplt;
1435 BFD_ASSERT (sgot != NULL && sdyn != NULL);
1453 s = htab->sgot->output_section;
1506 addr = sgot->output_section->vma + sgot->output_offset + 4;
1524 if (sgot && sgot->size > 0)
1527 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1531 sgot->contents);
1532 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1533 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1536 if (elf_section_data (sgot->output_section) != NULL)
1537 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1606 asection *sgot;
1618 sgot = htab->sgotplt;
1620 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1649 sgot->contents + got_offset);
1652 rela.r_offset = (sgot->output_section->vma
1653 + sgot->output_offset
1672 asection *sgot;
1678 sgot = htab->sgot;
1680 BFD_ASSERT (sgot != NULL && srela != NULL);
1682 rela.r_offset = (sgot->output_section->vma
1683 + sgot->output_offset
1705 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
1990 s = htab->sgot;
2194 s = htab->sgot;
2223 || s == htab->sgot
2432 lm32fdpic_fixup32_section (info)->size = (r32_count + (htab->sgot->size / 4) - rgot_weak_count + 1) * 4;
2521 if (htab->sgot == NULL