Home | History | Annotate | Download | only in bfd

Lines Matching full:sgot

1437   asection *sgot;
1448 sgot = NULL;
1820 if (sgot == NULL)
1822 sgot = bfd_get_linker_section (dynobj, ".got");
1823 BFD_ASSERT (sgot != NULL);
1864 sgot->contents + off);
1877 relocation = sgot->output_offset + off;
1908 bfd_put_64 (output_bfd, relocation, sgot->contents + off);
1919 outrel.r_offset = (sgot->output_section->vma
1920 + sgot->output_offset
1935 relocation = sgot->output_offset + off;
1949 if (sgot == NULL)
1951 sgot = bfd_get_linker_section (dynobj, ".got");
1952 BFD_ASSERT (sgot != NULL);
1955 /* Note that sgot->output_offset is not involved in this
1960 relocation -= sgot->output_section->vma;
1974 if (sgot == NULL)
1976 sgot = bfd_get_linker_section (dynobj, ".got");
1977 BFD_ASSERT (sgot != NULL);
1980 relocation = sgot->output_section->vma;
2394 asection *sgot;
2398 sgot = NULL;
2494 if (sgot == NULL)
2496 sgot = bfd_get_linker_section (dynobj, ".got");
2497 BFD_ASSERT (sgot != NULL);
2529 hsh->datalabel_got_offset = sgot->size;
2538 h->got.offset = sgot->size;
2581 + r_symndx] = sgot->size;
2590 local_got_offsets[r_symndx] = sgot->size;
2602 sgot->size += 8;
3600 asection *sgot;
3614 sgot = bfd_get_linker_section (dynobj, ".got.plt");
3616 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL);
3643 (sgot->output_section->vma
3644 + sgot->output_offset
3686 sgot->contents + got_offset);
3689 rel.r_offset = (sgot->output_section->vma
3690 + sgot->output_offset
3708 asection *sgot;
3716 sgot = bfd_get_linker_section (dynobj, ".got");
3718 BFD_ASSERT (sgot != NULL && srel != NULL);
3720 rel.r_offset = (sgot->output_section->vma
3721 + sgot->output_offset
3740 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3790 asection *sgot;
3795 sgot = bfd_get_linker_section (dynobj, ".got.plt");
3796 BFD_ASSERT (sgot != NULL);
3904 sgot->output_section->vma
3905 + sgot->output_offset,
3917 if (sgot->size > 0)
3920 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents);
3924 sgot->contents);
3925 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
3926 bfd_put_64 (output_bfd, (bfd_vma) 0, sgot->contents + 16);
3929 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 8;