Home
last modified time | relevance | path

Searched refs:YASM_SYM_NOTINTABLE (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsymrec.h46 YASM_SYM_NOTINTABLE = 1 << 3 /**< if it's not in sym_table (ex. '$') */ enumerator
Dsymrec.c207 sym->rec->status = YASM_SYM_NOTINTABLE; in symtab_get_or_new_not_in_table()
686 if (sym->status & YASM_SYM_NOTINTABLE) in yasm_symrec_print()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dsymrec.pxi54 <int>YASM_SYM_NOTINTABLE)