Lines Matching refs:addend
367 bfd_vma addend) in insert_rel_addend() argument
371 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask; in insert_rel_addend()
377 insn |= addend; in insert_rel_addend()
382 insn |= addend; in insert_rel_addend()
387 insn |= addend; in insert_rel_addend()
479 bfd_vma addend; in elf32_d10v_relocate_section() local
482 addend = extract_rel_addend (input_bfd, where, howto); in elf32_d10v_relocate_section()
484 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in elf32_d10v_relocate_section()
485 addend -= relocation; in elf32_d10v_relocate_section()
486 addend += msec->output_section->vma + msec->output_offset; in elf32_d10v_relocate_section()
487 insert_rel_addend (input_bfd, where, howto, addend); in elf32_d10v_relocate_section()