Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

2098       asection *srela;
2138 srela = bfd_get_linker_section (dynobj, ".rela.plt");
2140 && (! has_gotplt || srela != NULL));
2191 loc = srela->contents + rela_plt_index * sizeof (Elf32_External_Rela);
2228 asection *srela;
2236 srela = bfd_get_linker_section (dynobj, ".rela.got");
2237 BFD_ASSERT (sgot != NULL && srela != NULL);
2264 loc = srela->contents;
2265 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);