Home | History | Annotate | Download | only in bfd

Lines Matching full:sgot

90   asection *sgot;
109 (lm32_elf_hash_table (info)->sgot)
221 htab->sgot = bfd_get_linker_section (dynobj, ".got");
224 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
827 asection *sgot;
835 sgot = htab->sgot;
938 BFD_ASSERT (sgot != NULL);
975 sgot->contents + off);
982 sgot->output_section->vma
983 + sgot->output_offset
991 relocation = sgot->output_offset + off;
1012 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1019 sgot->output_section->vma
1020 + sgot->output_offset
1035 outrel.r_offset = (sgot->output_section->vma
1036 + sgot->output_offset
1050 relocation = sgot->output_offset + off;
1069 BFD_ASSERT (sgot != NULL);
1070 relocation -= sgot->output_section->vma;
1316 if (htab->sgot == NULL)
1420 asection *sgot;
1428 sgot = htab->sgotplt;
1436 BFD_ASSERT (sgot != NULL && sdyn != NULL);
1505 addr = sgot->output_section->vma + sgot->output_offset + 4;
1523 if (sgot && sgot->size > 0)
1526 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
1530 sgot->contents);
1531 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
1532 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);
1535 if (elf_section_data (sgot->output_section) != NULL)
1536 elf_section_data (sgot->output_section)->this_hdr.sh_entsize = 4;
1605 asection *sgot;
1617 sgot = htab->sgotplt;
1619 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1648 sgot->contents + got_offset);
1651 rela.r_offset = (sgot->output_section->vma
1652 + sgot->output_offset
1671 asection *sgot;
1677 sgot = htab->sgot;
1679 BFD_ASSERT (sgot != NULL && srela != NULL);
1681 rela.r_offset = (sgot->output_section->vma
1682 + sgot->output_offset
1704 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
1989 s = htab->sgot;
2193 s = htab->sgot;
2222 || s == htab->sgot
2431 lm32fdpic_fixup32_section (info)->size = (r32_count + (htab->sgot->size / 4) - rgot_weak_count + 1) * 4;
2520 if (htab->sgot == NULL