Lines Matching refs:relocation

200   /* A 16 bit absolute relocation.  */
202 /* A 32 bit absolute relocation. */
204 /* A 8-bit data relocation for the FR9 field. Ninth bit is computed specially. */
206 /* A 4-bit data relocation. */
208 /* A 13-bit insn relocation - word address => right-shift 1 bit extra. */
210 /* A 3-bit insn relocation - word address => right-shift 1 bit extra. */
219 /* Special 1 bit relocation for SKIP instructions. */
223 /* A 7-bit offset relocation for the FR9 field. Eigth and ninth bit comes from insn. */
238 table *must* match the order of the relocation types defined in
314 /* Return the value of the symbol associated with the relocation IREL. */
453 /* Fix the relocation's type. */
561 /* Validate relocation entry (every entry should have a matching
562 relocation entry). */
565 _bfd_error_handler (_("ip2k relaxer: switch table without complete matching relocation information."));
571 _bfd_error_handler (_("ip2k relaxer: switch table without complete matching relocation information."));
730 /* Validate relocation entry (every entry should have a matching
731 relocation entry). */
734 _bfd_error_handler (_("ip2k relaxer: switch table without complete matching relocation information."));
740 _bfd_error_handler (_("ip2k relaxer: switch table without complete matching relocation information."));
1337 /* Perform a single relocation.
1342 relocation)
1348 bfd_vma relocation;
1358 if ((relocation & IP2K_DATA_MASK) == IP2K_DATA_VALUE)
1359 relocation &= ~IP2K_DATA_MASK;
1372 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE)
1373 relocation &= ~IP2K_INSN_MASK;
1382 if (PAGENO (relocation + rel->r_addend) !=
1387 relocation + rel->r_addend);
1396 (PAGENO (relocation + rel->r_addend) ==
1401 relocation + rel->r_addend);
1403 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE)
1404 relocation &= ~IP2K_INSN_MASK;
1412 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE)
1413 relocation &= ~IP2K_INSN_MASK;
1419 /* If this is a relocation involving a TEXT
1421 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE)
1430 /* Only install relocation if above tests did not disqualify it. */
1434 relocation, rel->r_addend);
1500 bfd_vma relocation;
1517 relocation = BASEADDR (sec) + sym->st_value;
1530 h, sec, relocation,
1538 contents, rel, relocation);
1565 msg = _("unsupported relocation between data/insn address spaces");
1569 msg = _("internal error: dangerous relocation");