Home | History | Annotate | Download | only in bfd

Lines Matching full:sgot

1437   asection *sgot;
1448 sgot = NULL;
1817 if (sgot == NULL)
1819 sgot = bfd_get_linker_section (dynobj, ".got");
1820 BFD_ASSERT (sgot != NULL);
1861 sgot->contents + off);
1874 relocation = sgot->output_offset + off;
1905 bfd_put_64 (output_bfd, relocation, sgot->contents + off);
1916 outrel.r_offset = (sgot->output_section->vma
1917 + sgot->output_offset
1932 relocation = sgot->output_offset + off;
1946 if (sgot == NULL)
1948 sgot = bfd_get_linker_section (dynobj, ".got");
1949 BFD_ASSERT (sgot != NULL);
1952 /* Note that sgot->output_offset is not involved in this
1957 relocation -= sgot->output_section->vma;
1971 if (sgot == NULL)
1973 sgot = bfd_get_linker_section (dynobj, ".got");
1974 BFD_ASSERT (sgot != NULL);
1977 relocation = sgot->output_section->vma;
2368 asection *sgot;
2372 sgot = NULL;
2468 if (sgot == NULL)
2470 sgot = bfd_get_linker_section (dynobj, ".got");
2471 BFD_ASSERT (sgot != NULL);
2503 hsh->datalabel_got_offset = sgot->size;
2512 h->got.offset = sgot->size;
2555 + r_symndx] = sgot->size;
2564 local_got_offsets[r_symndx] = sgot->size;
2576 sgot->size += 8;
3574 asection *sgot;
3588 sgot = bfd_get_linker_section (dynobj, ".got.plt");
3590 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL);
3617 (sgot->output_section->vma
3618 + sgot->output_offset
3660 sgot->contents + got_offset);
3663 rel.r_offset = (sgot->output_section->vma
3664 + sgot->output_offset
3682 asection *sgot;
3690 sgot = bfd_get_linker_section (dynobj, ".got");
3692 BFD_ASSERT (sgot != NULL && srel != NULL);
3694 rel.r_offset = (sgot->output_section->vma
3695 + sgot->output_offset
3714 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3764 asection *sgot;
3769 sgot = bfd_get_linker_section (dynobj, ".got.plt");
3770 BFD_ASSERT (sgot != NULL);
3876 sgot->output_section->vma
3877 + sgot->output_offset,
3889 if (sgot->size > 0)
3892 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents);
3896 sgot->contents);
3897 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
3898 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents + 16);
3901 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 8;