Lines Matching defs:r_addend
2041 bfd_vma r_addend;
2049 r_addend = g->addend;
2051 r_addend += (*(g->sym_ptr_ptr))->section->output_section->vma;
2098 PUT_WORD (abfd, r_addend, natptr->r_addend);
2201 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend));
3887 PUT_WORD (flaginfo->output_bfd, (bfd_vma) pr->addend, erel.r_addend);
4327 bfd_vma r_addend;
4353 r_addend = GET_SWORD (input_bfd, rel->r_addend);
4508 PUT_WORD (output_bfd, r_addend + relocation, rel->r_addend);
4579 /* If this is a PC relative reloc, then R_ADDEND is the
4590 R_ADDEND to be the VMA of the destination minus
4600 If this is not a PC relative reloc, then R_ADDEND is
4649 r_addend);
4655 x = x + relocation + r_addend;
4689 r_addend, input_bfd, input_section, r_addr)))