Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

3129       asection *srela;
3142 srela = htab->srelplt;
3143 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
3215 loc = srela->contents;
3230 asection *srela;
3237 srela = htab->srelgot;
3238 BFD_ASSERT (sgot != NULL && srela != NULL);
3268 loc = srela->contents;
3269 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
3271 ++srela->reloc_count;