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;
843 BFD_ASSERT (sgot != NULL);
880 sgot->contents + off);
887 sgot->output_section->vma
888 + sgot->output_offset
896 relocation = sgot->output_offset + off;
917 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
924 sgot->output_section->vma
925 + sgot->output_offset
939 outrel.r_offset = (sgot->output_section->vma
940 + sgot->output_offset
954 relocation = sgot->output_offset + off;
975 BFD_ASSERT (sgot != NULL);
976 relocation -= sgot->output_section->vma;
1161 if (htab->root.sgot == NULL)
1266 asection *sgot;
1274 sgot = htab->root.sgotplt;
1282 BFD_ASSERT (sgot != NULL && sdyn != NULL);
1333 addr = sgot->output_section->vma + sgot->output_offset + 4;
1351 if (sgot && sgot->size > 0)
1354 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1358 sgot->contents);
1359 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1360 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1363 if (elf_section_data (sgot->output_section) != NULL)
1364 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1435 asection *sgot;
1447 sgot = htab->root.sgotplt;
1449 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1478 sgot->contents + got_offset);
1481 rela.r_offset = (sgot->output_section->vma
1482 + sgot->output_offset
1501 asection *sgot;
1507 sgot = htab->root.sgot;
1509 BFD_ASSERT (sgot != NULL && srela != NULL);
1511 rela.r_offset = (sgot->output_section->vma
1512 + sgot->output_offset
1534 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
1805 s = htab->root.sgot;
1985 s = htab->root.sgot;
2014 || s == htab->root.sgot
2180 = (r32_count + (htab->root.sgot->size / 4) - rgot_weak_count + 1) * 4;
2270 if (htab->root.sgot == NULL