Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc

93 	filled in when copying over a reloc).  The a.out linker code
349 are defined in <<reloc.c>>.
1285 /* BSF_OLD_COMMON is a hack to support COFF reloc
2397 r->howto = bfd_reloc_type_lookup (abfd, link_order->u.reloc.p->reloc);
2406 r->sym_ptr_ptr = link_order->u.reloc.p->u.section->symbol_ptr_ptr;
2413 link_order->u.reloc.p->u.name,
2419 (info, link_order->u.reloc.p->u.name, NULL, NULL, 0)))
2427 /* If this is an inplace reloc, write the addend to the object file.
2428 Otherwise, store it in the reloc addend. */
2430 r->addend = link_order->u.reloc.p->addend;
2444 (bfd_vma) link_order->u.reloc.p->addend,
2457 ? bfd_section_name (abfd, link_order->u.reloc.p->u.section)
2458 : link_order->u.reloc.p->u.name),
2459 r->howto->name, link_order->u.reloc.p->addend,