Home | History | Annotate | Download | only in bfd

Lines Matching defs:sgot

75   (lm32_elf_hash_table (info)->root.sgot)
732 asection *sgot;
739 sgot = htab->root.sgot;
842 BFD_ASSERT (sgot != NULL);
879 sgot->contents + off);
886 sgot->output_section->vma
887 + sgot->output_offset
895 relocation = sgot->output_offset + off;
916 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
923 sgot->output_section->vma
924 + sgot->output_offset
938 outrel.r_offset = (sgot->output_section->vma
939 + sgot->output_offset
953 relocation = sgot->output_offset + off;
974 BFD_ASSERT (sgot != NULL);
975 relocation -= sgot->output_section->vma;
1160 if (htab->root.sgot == NULL)
1264 asection *sgot;
1272 sgot = htab->root.sgotplt;
1280 BFD_ASSERT (sgot != NULL && sdyn != NULL);
1331 addr = sgot->output_section->vma + sgot->output_offset + 4;
1349 if (sgot && sgot->size > 0)
1352 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1356 sgot->contents);
1357 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1358 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1361 if (elf_section_data (sgot->output_section) != NULL)
1362 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1433 asection *sgot;
1445 sgot = htab->root.sgotplt;
1447 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1476 sgot->contents + got_offset);
1479 rela.r_offset = (sgot->output_section->vma
1480 + sgot->output_offset
1499 asection *sgot;
1505 sgot = htab->root.sgot;
1507 BFD_ASSERT (sgot != NULL && srela != NULL);
1509 rela.r_offset = (sgot->output_section->vma
1510 + sgot->output_offset
1532 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
1803 s = htab->root.sgot;
1983 s = htab->root.sgot;
2012 || s == htab->root.sgot
2178 = (r32_count + (htab->root.sgot->size / 4) - rgot_weak_count + 1) * 4;
2268 if (htab->root.sgot == NULL