Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

1686 /* Install relocation RELA into section SRELA, incrementing its
1690 elf32_tic6x_install_rela (bfd *output_bfd, asection *srela,
1694 bfd_vma off = srela->reloc_count++ * sizeof (Elf32_External_Rela);
1695 loc = srela->contents + off;
1696 BFD_ASSERT (off < srela->size);
1837 asection *srela;
1843 srela = bfd_get_linker_section (dynobj, ".rela.got");
1844 BFD_ASSERT (sgot != NULL && srela != NULL);
1870 elf32_tic6x_install_rela (output_bfd, srela, &outrel);