Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
DChangeLog741 (parse_big_immediate): New parameter "in_exp". Return
742 parsed expression if "in_exp" is not null.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c4780 parse_big_immediate (char **str, int i, expressionS *in_exp, in parse_big_immediate() argument
4784 expressionS *exp_p = in_exp ? in_exp : &exp; in parse_big_immediate()