Home | History | Annotate | Download | only in bfd

Lines Matching defs:addend

359 		   bfd_vma addend)
363 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask;
369 insn |= addend;
374 insn |= addend;
379 insn |= addend;
443 bfd_vma addend;
446 addend = extract_rel_addend (input_bfd, where, howto);
449 addend += sec->output_offset;
453 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec,
454 addend);
455 addend -= relocation;
456 addend += msec->output_section->vma + msec->output_offset;
458 insert_rel_addend (input_bfd, where, howto, addend);