Home | History | Annotate | Download | only in macho

Lines Matching refs:equ_val

839         const yasm_expr *equ_val;
888 } else if ((equ_val = yasm_symrec_get_equ(sym))) {
889 yasm_expr *equ_val_copy = yasm_expr_copy(equ_val);
896 yasm_errwarn_propagate(info->errwarns, equ_val->line);