Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/gas/
Dread.c1909 expressionS rep_exp; in s_fill() local
1918 get_known_segmented_expression (&rep_exp); in s_fill()
1942 else if (rep_exp.X_op == O_constant && rep_exp.X_add_number <= 0) in s_fill()
1944 if (rep_exp.X_add_number < 0) in s_fill()
1951 if (rep_exp.X_op == O_constant) in s_fill()
1955 (offsetT) rep_exp.X_add_number, in s_fill()
1966 rep_sym = make_expr_symbol (&rep_exp); in s_fill()
1973 rep_exp.X_op = O_multiply; in s_fill()
1974 rep_exp.X_add_symbol = rep_sym; in s_fill()
1975 rep_exp.X_op_symbol = make_expr_symbol (&size_exp); in s_fill()
[all …]