Lines Matching defs:sgot
991 asection *sgot;
1008 sgot = NULL;
1016 sgot = htab->root.sgot;
1264 sgot->contents + off);
1283 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1293 outrel.r_offset = (sgot->output_section->vma
1294 + sgot->output_offset
1307 relocation = sgot->output_offset + off;
1366 if (sgot == NULL)
1380 sgot->output_offset is not involved in this calculation. We
1383 relocation -= sgot->output_section->vma;
1413 relocation -= sgot->output_section->vma;
1432 - sgot->output_section->vma);
1721 bfd_put_32 (output_bfd, 1, sgot->contents + off);
1722 bfd_put_32 (output_bfd, relocation, sgot->contents + off + 4);
1727 relocation = sgot->output_offset + off
1728 + (r_type == R_CRIS_32_GD ? sgot->output_section->vma : 0);
1762 bfd_put_32 (output_bfd, 0, sgot->contents + off);
1763 bfd_put_32 (output_bfd, 0, sgot->contents + off + 4);
1782 outrel.r_offset = (sgot->output_section->vma
1783 + sgot->output_offset
1796 relocation = sgot->output_offset + off
1797 + (r_type == R_CRIS_32_GD ? sgot->output_section->vma : 0);
1866 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1871 relocation = sgot->output_offset + off
1872 + (r_type == R_CRIS_32_IE ? sgot->output_section->vma : 0);
1916 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1918 outrel.r_offset = (sgot->output_section->vma
1919 + sgot->output_offset
1931 relocation = sgot->output_offset + off
1932 + (r_type == R_CRIS_32_IE ? sgot->output_section->vma : 0);
2237 asection *sgot;
2245 sgot = htab->root.sgot;
2247 BFD_ASSERT (sgot != NULL && srela != NULL);
2249 rela.r_offset = (sgot->output_section->vma
2250 + sgot->output_offset
2258 where = sgot->contents + (h->got.offset &~ (bfd_vma) 1);
2323 asection *sgot;
2328 sgot = elf_hash_table (info)->sgotplt;
2329 BFD_ASSERT (sgot != NULL);
2355 dyn.d_un.d_ptr = sgot->output_section->vma + sgot->output_offset;
2392 sgot->output_section->vma
2393 + sgot->output_offset + 4,
2410 sgot->output_section->vma
2411 + sgot->output_offset + 4,
2414 sgot->output_section->vma
2415 + sgot->output_offset + 8,
2426 if (sgot->size > 0)
2429 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2433 sgot->contents);
2434 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
2435 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
2438 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
2566 asection *sgot;
2569 sgot = elf_hash_table (info)->sgot;
2581 BFD_ASSERT (sgot != NULL && srelgot != NULL);
2584 sgot->size += 4;
2965 asection *sgot;
2981 sgot = NULL;
3064 if (sgot == NULL)
3074 sgot = elf_hash_table (info)->sgot;
3209 sgot->size += got_element_size;
3222 sgot->size += got_element_size;
3235 sgot->size += got_element_size;
3252 sgot->size += got_element_size;