Searched defs:sube (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalue.c172 yasm_expr *sube; local
181 sube = e->terms[i].data.expn;
183 if (sube->op != YASM_EXPR_MUL || sube->numterms != 2) {
185 if (value_finalize_scan(value, sube, expr_precbc,
191 if (sube->terms[0].type == YASM_EXPR_INT &&
192 sube->terms[1].type == YASM_EXPR_SYM) {
193 intn = sube->terms[0].data.intn;
194 sym = sube->terms[1].data.sym;
195 } else if (sube
533 yasm_expr *sube = value->abs->terms[0].data.expn; local
[all...]
H A Dexpr.c67 yasm_expr *ptr, *sube; local
88 sube = ptr->terms[0].data.expn;
89 ptr->terms[0] = sube->terms[0]; /* structure copy */
91 yasm_xfree(sube);
111 sube = ptr->terms[1].data.expn;
112 ptr->terms[1] = sube->terms[0]; /* structure copy */
114 yasm_xfree(sube);
222 yasm_expr *sube; local
231 sube = e->terms[i].data.expn;
232 if (sube
365 yasm_expr *sube = yasm_xmalloc(sizeof(yasm_expr)); local
629 yasm_expr *sube = e->terms[0].data.expn; local
646 yasm_expr *sube = e->terms[i].data.expn; local
748 yasm_expr *sube = e->terms[i].data.expn; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c927 yasm_expr *sube; local
928 sube = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_precbc(bc),
932 yasm_expr_expr(sube), bc->line);

Completed in 359 milliseconds