Lines Matching refs:reloc
76 /* The r_type field in a reloc is one of the following values. */
192 unsigned int reloc;
1166 /* Set RELOC and HAS_CONTENTS if the section is not
1317 _bfd_vms_push (bfd *abfd, bfd_vma val, unsigned int reloc)
1320 (unsigned long)val, reloc, PRIV (stackptr)));
1323 PRIV (stack[PRIV (stackptr)]).reloc = reloc;
1346 *rel = PRIV (stack[PRIV (stackptr)]).reloc;
3597 /* Return whether RELOC must be deferred till the end. */
3600 defer_reloc_p (arelent *reloc)
3602 switch (reloc->howto->type)
3868 (*_bfd_error_handler) (_("Spurious ALPHA_R_BSR reloc"));
4834 (_("Unknown reloc %s + %s"), _bfd_vms_etir_name (prev_cmd),
4851 (_("Unknown reloc %s + %s"), _bfd_vms_etir_name (cmd),
4865 (_("Unknown reloc %s + %s"), _bfd_vms_etir_name (cmd),
4880 (*_bfd_error_handler) (_("Unknown reloc %s + %s"),
4892 (*_bfd_error_handler) (_("Unknown reloc %s + %s"),
4903 (*_bfd_error_handler) (_("Unknown reloc %s + %s"),
4915 (*_bfd_error_handler) (_("Unknown reloc %s + %s"),
4970 (*_bfd_error_handler) (_("Unknown reloc %s"),
4978 arelent *reloc;
4996 /* Allocate a reloc entry. */
5012 reloc = &sec->relocation[sec->reloc_count];
5015 reloc->howto = bfd_reloc_type_lookup (abfd, reloc_code);
5039 reloc->sym_ptr_ptr = NULL;
5042 reloc->sym_ptr_ptr = sym;
5045 reloc->sym_ptr_ptr =
5048 reloc->sym_ptr_ptr = NULL;
5050 reloc->address = cur_address;
5051 reloc->addend = cur_addend;
5053 vaddr += bfd_get_reloc_size (reloc->howto);
5104 /* How to process the various reloc types. */
5108 arelent *reloc ATTRIBUTE_UNUSED,
5119 vms_debug (2, "reloc sym %s, addr %08lx, addend %08lx, reloc is a %s\n",
5120 reloc->sym_ptr_ptr[0]->name,
5121 (unsigned long)reloc->address,
5122 (unsigned long)reloc->addend, reloc->howto->name);
5124 reloc->howto), 0); */
5242 /* Push a value on the reloc evaluation stack. */
5273 /* Subtract the reloc address from the value on the top of the
5439 (*_bfd_error_handler) ("reloc (%d) is *UNKNOWN*", code);
5442 vms_debug2 ((2, "reloc is %s\n", alpha_howto_table[alpha_type].name));
8619 printf (" section/symbol reloc\n");
8716 /* Clear the RELOC flags. Currently we don't support incremental
8717 linking. We use the RELOC flag for computing the eicp entries. */