Lines Matching refs:diff_value
9049 bfd_signed_vma diff_value = 0; in relax_section() local
9063 diff_value = in relax_section()
9067 diff_value = in relax_section()
9071 diff_value = in relax_section()
9078 r_rel.target_offset + diff_value); in relax_section()
9079 diff_value = new_end_offset - new_reloc.target_offset; in relax_section()
9085 bfd_put_signed_8 (abfd, diff_value, in relax_section()
9090 bfd_put_signed_16 (abfd, diff_value, in relax_section()
9095 bfd_put_signed_32 (abfd, diff_value, in relax_section()
9101 if ((diff_value & ~diff_mask) != 0 && in relax_section()
9102 (diff_value & ~diff_mask) != (-1 & ~diff_mask)) in relax_section()