Home
last modified time | relevance | path

Searched refs:main_exp (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.c520 sh_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) in sh_check_fixup() argument
522 expressionS *exp = main_exp; in sh_check_fixup()
554 exp->X_add_symbol = main_exp->X_op_symbol; in sh_check_fixup()
556 main_exp->X_op_symbol = main_exp->X_add_symbol; in sh_check_fixup()
557 main_exp->X_add_symbol = sym; in sh_check_fixup()
559 main_exp->X_add_number += exp->X_add_number; in sh_check_fixup()
563 exp = main_exp; in sh_check_fixup()
750 if (exp == main_exp) in sh_check_fixup()
754 main_exp->X_add_symbol = exp->X_add_symbol; in sh_check_fixup()
755 main_exp->X_add_number += exp->X_add_number; in sh_check_fixup()
Dtc-m32r.c458 m32r_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) in m32r_check_fixup() argument
460 expressionS *exp = main_exp; in m32r_check_fixup()
483 if (exp == main_exp) in m32r_check_fixup()
487 main_exp->X_add_symbol = exp->X_add_symbol; in m32r_check_fixup()
488 main_exp->X_add_number += exp->X_add_number; in m32r_check_fixup()