Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

3128       asection *srela;
3141 srela = htab->srelplt;
3142 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3214 loc = srela->contents;
3229 asection *srela;
3236 srela = htab->srelgot;
3237 BFD_ASSERT (sgot != NULL && srela != NULL);
3267 loc = srela->contents;
3268 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
3270 ++srela->reloc_count;