Home | History | Annotate | Download | only in ld

Lines Matching refs:reloc

4338 /* Print a reloc statement.  */
4341 print_reloc_statement (lang_reloc_statement_type *reloc)
4351 addr = reloc->output_offset;
4352 if (reloc->output_section != NULL)
4353 addr += reloc->output_section->vma;
4355 size = bfd_get_reloc_size (reloc->howto);
4357 minfo ("0x%V %W RELOC %s ", addr, size, reloc->howto->name);
4359 if (reloc->name != NULL)
4360 minfo ("%s+", reloc->name);
4362 minfo ("%s+", reloc->section->name);
4364 exp_print_tree (reloc->addend_exp);
5617 einfo (_("%F%P: invalid reloc statement\n"));
6880 /* Create a new reloc statement. RELOC is the BFD relocation type to
6883 section to generate a reloc against, or NAME is the name of the
6884 symbol to generate a reloc against. Exactly one of SECTION and
6888 lang_add_reloc (bfd_reloc_code_real_type reloc,
6896 p->reloc = reloc;