Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

1607       asection *srela;
1619 srela = htab->srelplt;
1620 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1657 loc = srela->contents;
1673 asection *srela;
1679 srela = htab->srelgot;
1680 BFD_ASSERT (sgot != NULL && srela != NULL);
1710 loc = srela->contents;
1711 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
1713 ++srela->reloc_count;