Home | History | Annotate | Download | only in bfd

Lines Matching defs:srelgot

1527   asection *srelgot;
1625 htab->srelgot = bfd_get_linker_section (dynobj, ".rela.got");
1626 if (! htab->sgot || ! htab->sgotplt || ! htab->srelgot)
2028 htab->srelgot->size += sizeof (Elf32_External_Rela);
2231 srel = htab->srelgot;
2789 asection *srelgot;
2794 srelgot = bfd_get_linker_section (dynobj,
2796 BFD_ASSERT (srelgot != NULL);
2803 loc = srelgot->contents;
2804 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
2806 ++srelgot->reloc_count;
3237 srela = htab->srelgot;