HomeSort by relevance Sort by last modified time
    Searched refs:YASM_EXPR_SYM (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 192 sube->terms[1].type == YASM_EXPR_SYM) {
195 } else if (sube->terms[0].type == YASM_EXPR_SYM &&
217 if (e->terms[j].type == YASM_EXPR_SYM
246 if (e->terms[j].type == YASM_EXPR_SYM
277 if (e->terms[j].type == YASM_EXPR_SYM
320 if (e->terms[i].type == YASM_EXPR_SYM
339 if (e->terms[0].type != YASM_EXPR_SYM)
368 if (e->terms[0].type != YASM_EXPR_SYM)
393 case YASM_EXPR_SYM:
409 case YASM_EXPR_SYM
    [all...]
expr.c 152 yasm_expr_sym(yasm_symrec *s) function
155 e->type = YASM_EXPR_SYM;
236 (sube->terms[1].type == YASM_EXPR_SYM ||
243 } else if ((sube->terms[0].type == YASM_EXPR_SYM ||
263 if (((e->terms[j].type == YASM_EXPR_SYM &&
820 if (e->terms[i].type == YASM_EXPR_SYM &&
    [all...]
expr.h 48 YASM_EXPR_SYM = 1<<4, /**< Symbol */
60 yasm_symrec *sym; /**< Symbol (YASM_EXPR_SYM) */
106 /*@only@*/ yasm_expr__item *yasm_expr_sym(/*@keep@*/ yasm_symrec *sym);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 504 if (((e->terms[i].type == YASM_EXPR_SYM &&
519 if (e->terms[i].type == YASM_EXPR_SYM &&
918 syme = yasm_expr_create_ident(yasm_expr_sym(value->rel), bc->line);
    [all...]

Completed in 242 milliseconds