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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 46 YASM_EXPR_SUBST = 1<<2, /**< Substitution placeholder */
65 unsigned int subst; /**< Subst placeholder (YASM_EXPR_SUBST) */
360 /** Transform symrec-symrec terms in expression into #YASM_EXPR_SUBST items.
375 /** Substitute items into expr YASM_EXPR_SUBST items (by index). Items are
expr.c 333 ei->type = YASM_EXPR_SUBST;
    [all...]

Completed in 1701 milliseconds