Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

1764       asection *srela;
1777 srela = bfd_get_linker_section (dynobj, ".rela.plt");
1778 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1819 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1833 asection *srela;
1840 srela = bfd_get_linker_section (dynobj, ".rela.got");
1841 BFD_ASSERT (sgot != NULL && srela != NULL);
1850 loc = srela->contents;
1851 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);