Home | History | Annotate | Download | only in bfd

Lines Matching defs:srelgot

1868 	htab->srelgot->size += sizeof (Elf32_External_Rela);
2047 srel = htab->srelgot;
2559 asection *srelgot;
2564 srelgot = htab->srelgot;
2565 BFD_ASSERT (srelgot != NULL);
2572 loc = srelgot->contents;
2573 loc += srelgot->reloc_count * sizeof (Elf32_External_Rela);
2575 ++srelgot->reloc_count;
3001 srela = htab->srelgot;