Home | History | Annotate | Download | only in bfd

Lines Matching refs:srela

5134       asection *srela;
5142 srela = bfd_get_linker_section (dynobj, ".rela.got");
5143 BFD_ASSERT (sgot != NULL && srela != NULL);
5175 loc = srela->contents;
5176 loc += srela->reloc_count++ * sizeof (Elf32_External_Rela);