Lines Matching refs:erel
2317 bfd_byte *erel;
2348 erel = output_reldata->hdr->contents;
2349 erel += output_reldata->count * input_rel_hdr->sh_entsize;
2355 (*swap_out) (output_bfd, irela, erel);
2357 erel += input_rel_hdr->sh_entsize;
8289 bfd_byte *erel, *erelend;
8300 erel = o->contents;
8305 while (erel < erelend)
8309 (*swap_in) (abfd, erel, s->rela);
8313 erel += ext_size;
8342 bfd_byte *erel, *erelend;
8345 erel = o->contents;
8349 while (erel < erelend)
8352 (*swap_out) (abfd, s->rela, erel);
8354 erel += ext_size;
10086 bfd_byte *erel;
10223 erel = rel_hdr->contents;
10226 erel += reldata->count * bed->s->sizeof_rel;
10227 (*bed->s->swap_reloc_out) (output_bfd, irel, erel);
10232 erel += reldata->count * bed->s->sizeof_rela;
10233 (*bed->s->swap_reloca_out) (output_bfd, irel, erel);