Lines Matching full:relocs
1375 arelent **relocs;
1421 relocs = xmalloc (sizeof (arelent *) * n_relocs + 1);
1424 relocs[i] = &reloc[i];
1426 relocs[n_relocs] = NULL;
1450 We also slam a zero addend into the DLT relative relocs;
1496 relocs[i]->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
1497 *relocs[i]->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
1498 relocs[i]->howto =
1501 relocs[i]->address = fixp->fx_frag->fr_address + fixp->fx_where;
1508 relocs now and break out of the loop. */
1510 relocs[0]->sym_ptr_ptr
1512 relocs[0]->howto
1515 relocs[0]->address = fixp->fx_frag->fr_address + fixp->fx_where;
1516 relocs[0]->addend = 0;
1517 relocs[1]->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
1518 *relocs[1]->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
1519 relocs[1]->howto
1522 relocs[1]->address = fixp->fx_frag->fr_address + fixp->fx_where;
1523 relocs[1]->addend = 0;
1524 relocs[2]->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
1525 *relocs[2]->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy);
1526 relocs[2]->howto
1529 relocs[2]->address = fixp->fx_frag->fr_address + fixp->fx_where;
1530 relocs[2]->addend = 0;
1531 relocs[3]->sym_ptr_ptr
1533 relocs[3]->howto
1536 relocs[3]->address = fixp->fx_frag->fr_address + fixp->fx_where;
1537 relocs[3]->addend = 0;
1538 relocs[4]->sym_ptr_ptr
1540 relocs[4]->howto
1543 relocs[4]->address = fixp->fx_frag->fr_address + fixp->fx_where;
1544 relocs[4]->addend = 0;
1548 relocs[i]->addend = HPPA_R_ADDEND (hppa_fixp->fx_arg_reloc, 0);
1560 We also slam a zero addend into the DLT relative relocs;
1563 relocs[i]->addend = 0;
1579 relocs[i]->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
1580 *relocs[i]->sym_ptr_ptr = symbol_get_bfdsym (dummy_symbol);
1581 relocs[i]->addend = 0;
1588 relocs[i]->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
1589 *relocs[i]->sym_ptr_ptr = symbol_get_bfdsym (dummy_symbol);
1590 relocs[i]->addend = fixp->fx_offset;
1594 relocs[i]->addend = fixp->fx_offset;
1601 return relocs;
1802 which will need a SOM relocation (except for some PC-relative relocs).
8459 /* We can't adjust any relocs that use LR% and RR% field selectors.
8494 /* Reject reductions of symbols in DLT relative relocs,