Home | History | Annotate | Download | only in bfd

Lines Matching refs:srel

2830 	      asection *srel;
2833 srel = htab->srelplt;
2835 srel = htab->srelgot;
2837 BFD_ASSERT (srel != NULL);
2885 srel->reloc_count);
2897 loc = (srel->contents
2898 + srel->reloc_count++ * sizeof (Elf32_External_Rela));
2900 BFD_ASSERT (sizeof (Elf32_External_Rela) * srel->reloc_count
2901 <= srel->size);
2964 asection *srel = htab->srelgot;
2996 BFD_ASSERT (srel);
2997 loc = (srel->contents
2998 + srel->reloc_count++ * sizeof (Elf32_External_Rela));
3000 BFD_ASSERT (sizeof (Elf32_External_Rela) * srel->reloc_count
3001 <= srel->size);
9617 asection *srel;
9622 srel = htab->srelplt;
9626 srel = htab->srelgot;
9629 BFD_ASSERT (srel != NULL);
9630 BFD_ASSERT (srel->size >= sizeof (Elf32_External_Rela));
9631 srel->size -= sizeof (Elf32_External_Rela);
9644 reloc_index = srel->size / sizeof (Elf32_External_Rela);