Home | History | Annotate | Download | only in coff

Lines Matching refs:equ_val

999         const yasm_expr *equ_val;
1045 } else if ((equ_val = yasm_symrec_get_equ(sym))) {
1046 yasm_expr *equ_val_copy = yasm_expr_copy(equ_val);
1052 yasm_errwarn_propagate(info->errwarns, equ_val->line);