Lines Matching full:sgot
983 asection *sgot;
1000 sgot = NULL;
1008 sgot = bfd_get_linker_section (dynobj, ".got");
1250 sgot->contents + off);
1269 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1281 outrel.r_offset = (sgot->output_section->vma
1282 + sgot->output_offset
1295 relocation = sgot->output_offset + off;
1351 if (sgot == NULL)
1364 sgot->output_offset is not involved in this calculation. We
1367 relocation -= sgot->output_section->vma;
1397 relocation -= sgot->output_section->vma;
1416 - sgot->output_section->vma);
1702 bfd_put_32 (output_bfd, 1, sgot->contents + off);
1703 bfd_put_32 (output_bfd, relocation, sgot->contents + off + 4);
1708 relocation = sgot->output_offset + off
1709 + (r_type == R_CRIS_32_GD ? sgot->output_section->vma : 0);
1743 bfd_put_32 (output_bfd, 0, sgot->contents + off);
1744 bfd_put_32 (output_bfd, 0, sgot->contents + off + 4);
1764 outrel.r_offset = (sgot->output_section->vma
1765 + sgot->output_offset
1778 relocation = sgot->output_offset + off
1779 + (r_type == R_CRIS_32_GD ? sgot->output_section->vma : 0);
1847 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1852 relocation = sgot->output_offset + off
1853 + (r_type == R_CRIS_32_IE ? sgot->output_section->vma : 0);
1898 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1900 outrel.r_offset = (sgot->output_section->vma
1901 + sgot->output_offset
1913 relocation = sgot->output_offset + off
1914 + (r_type == R_CRIS_32_IE ? sgot->output_section->vma : 0);
2227 asection *sgot;
2235 sgot = bfd_get_linker_section (dynobj, ".got");
2237 BFD_ASSERT (sgot != NULL && srela != NULL);
2239 rela.r_offset = (sgot->output_section->vma
2240 + sgot->output_offset
2248 where = sgot->contents + (h->got.offset &~ (bfd_vma) 1);
2311 asection *sgot;
2316 sgot = bfd_get_linker_section (dynobj, ".got.plt");
2317 BFD_ASSERT (sgot != NULL);
2395 sgot->output_section->vma
2396 + sgot->output_offset + 4,
2413 sgot->output_section->vma
2414 + sgot->output_offset + 4,
2417 sgot->output_section->vma
2418 + sgot->output_offset + 8,
2429 if (sgot->size > 0)
2432 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2436 sgot->contents);
2437 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
2438 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
2441 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
2486 asection *sgot;
2504 sgot = bfd_get_linker_section (dynobj, ".got");
2580 sgot->size -= got_element_size;
2599 sgot->size -= got_element_size;
2756 asection *sgot;
2760 sgot = bfd_get_linker_section (dynobj, ".got");
2771 BFD_ASSERT (sgot != NULL && srelgot != NULL);
2774 sgot->size += 4;
3147 asection *sgot;
3163 sgot = NULL;
3249 if (sgot == NULL)
3259 sgot = bfd_get_linker_section (dynobj, ".got");
3448 sgot->size += got_element_size;
3461 sgot->size += got_element_size;
3474 sgot->size += got_element_size;
3491 sgot->size += got_element_size;