Home | History | Annotate | Download | only in bfd

Lines Matching refs:srel

3377       asection *srel;
3379 srel = bfd_get_linker_section (dynobj, ".rela.bss");
3380 BFD_ASSERT (srel != NULL);
3381 srel->size += sizeof (Elf64_External_Rela);
3601 asection *srel;
3615 srel = bfd_get_linker_section (dynobj, ".rela.plt");
3616 BFD_ASSERT (splt != NULL && sgot != NULL && srel != NULL);
3695 loc = srel->contents + plt_index * sizeof (Elf64_External_Rela);
3709 asection *srel;
3717 srel = bfd_get_linker_section (dynobj, ".rela.got");
3718 BFD_ASSERT (sgot != NULL && srel != NULL);
3745 loc = srel->contents;
3746 loc += srel->reloc_count++ * sizeof (Elf64_External_Rela);