Searched refs:main_exp (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-sh.c519 sh_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p)
521 expressionS *exp = main_exp;
553 exp->X_add_symbol = main_exp->X_op_symbol;
555 main_exp->X_op_symbol = main_exp->X_add_symbol;
556 main_exp->X_add_symbol = sym;
558 main_exp->X_add_number += exp->X_add_number;
562 exp = main_exp;
727 if (exp == main_exp)
731 main_exp
518 sh_check_fixup(expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) argument
[all...]
H A Dtc-m32r.c462 m32r_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p)
464 expressionS *exp = main_exp;
487 if (exp == main_exp)
491 main_exp->X_add_symbol = exp->X_add_symbol;
492 main_exp->X_add_number += exp->X_add_number;
460 m32r_check_fixup(expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-m32r.c460 m32r_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p)
462 expressionS *exp = main_exp;
485 if (exp == main_exp)
489 main_exp->X_add_symbol = exp->X_add_symbol;
490 main_exp->X_add_number += exp->X_add_number;
458 m32r_check_fixup(expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) argument
H A Dtc-sh.c521 sh_check_fixup (expressionS *main_exp, bfd_reloc_code_real_type *r_type_p)
523 expressionS *exp = main_exp;
555 exp->X_add_symbol = main_exp->X_op_symbol;
557 main_exp->X_op_symbol = main_exp->X_add_symbol;
558 main_exp->X_add_symbol = sym;
560 main_exp->X_add_number += exp->X_add_number;
564 exp = main_exp;
751 if (exp == main_exp)
755 main_exp
520 sh_check_fixup(expressionS *main_exp, bfd_reloc_code_real_type *r_type_p) argument
[all...]

Completed in 117 milliseconds