Home | History | Annotate | Download | only in bfd

Lines Matching refs:irel

446   struct internal_reloc *irel, *irelend;
460 irel = _bfd_coff_read_internal_relocs (abfd, datasec, TRUE, NULL, FALSE,
462 irelend = irel + datasec->reloc_count;
471 for (; irel < irelend; irel++, p += 12)
482 if (irel->r_type != R_RELLONG)
489 if (irel->r_symndx == -1)
495 h = obj_coff_sym_hashes (abfd)[irel->r_symndx];
500 bfd_coff_swap_sym_in (abfd, extsyms + symesz * irel->r_symndx,
512 (irel->r_vaddr - datasec->vma + datasec->output_offset), p);