Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

1881       asection *srela;
1894 srela = htab->srelplt;
1895 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1953 loc = srela->contents;
1970 asection *srela;
1976 srela = htab->srelgot;
1977 BFD_ASSERT (sgot != NULL && srela != NULL);
2003 loc = srela->contents;
2004 loc += srela->reloc_count * sizeof (Elf32_External_Rela);
2006 ++srela->reloc_count;