Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

5467       asection *srela;
5481 srela = htab->srelplt;
5482 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
5565 loc = srela->contents;
5582 asection *srela;
5589 srela = htab->srelgot;
5590 BFD_ASSERT (sgot != NULL && srela != NULL);
5618 loc = srela->contents;
5619 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
5621 ++srela->reloc_count;