Home | History | Annotate | Download | only in bfd

Lines Matching full:sgot

556   asection *sgot;
567 sgot = NULL;
615 if (sgot == NULL)
617 sgot = bfd_get_linker_section (dynobj, ".got");
618 BFD_ASSERT (sgot != NULL);
1308 asection *sgot;
1318 sgot = bfd_get_linker_section (dynobj, ".got");
1336 sgot->size += 4;
1360 asection *sgot;
1371 sgot = NULL;
1472 if (sgot == NULL)
1474 sgot = bfd_get_linker_section (dynobj, ".got");
1475 BFD_ASSERT (sgot != NULL);
1479 BFD_ASSERT (off < sgot->size);
1481 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1483 relocation = sgot->output_offset + off;
1489 relocation += sgot->output_section->vma;
1763 asection *sgot;
1776 sgot = bfd_get_linker_section (dynobj, ".got.plt");
1778 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1811 sgot->contents + got_offset);
1814 rela.r_offset = (sgot->output_section->vma
1815 + sgot->output_offset
1832 asection *sgot;
1839 sgot = bfd_get_linker_section (dynobj, ".got");
1841 BFD_ASSERT (sgot != NULL && srela != NULL);
1843 rela.r_offset = (sgot->output_section->vma
1844 + sgot->output_offset
1848 sgot->contents + h->got.offset);
1892 asection *sgot;
1897 sgot = bfd_get_linker_section (dynobj, ".got.plt");
1898 BFD_ASSERT (sgot != NULL);
1964 (sgot->output_section->vma
1965 + sgot->output_offset + 4
1969 (sgot->output_section->vma
1970 + sgot->output_offset + 8
1979 if (sgot->size > 0)
1982 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1986 sgot->contents);
1987 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1988 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1991 if (elf_section_data (sgot->output_section) != NULL)
1992 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;