Lines Matching refs:rel
3921 arelent rel;
3934 rel.address = link_order->offset;
3936 rel.howto = bfd_reloc_type_lookup (output_bfd, link_order->u.reloc.p->reloc);
3937 if (rel.howto == 0)
3946 rel.sym_ptr_ptr = section->symbol_ptr_ptr;
3973 rel.sym_ptr_ptr = NULL;
3980 BFD_ASSERT (rel.howto->partial_inplace);
3987 size = bfd_get_reloc_size (rel.howto);
3991 rstat = _bfd_relocate_contents (rel.howto, output_bfd,
4006 rel.howto->name, addend, NULL,
4021 rel.addend = 0;
4024 in.r_vaddr = (rel.address
4026 in.r_type = rel.howto->type;
4093 (*ecoff_backend (output_bfd)->adjust_reloc_out) (output_bfd, &rel, &in);