Searched refs:YASM_SYM_NOTINTABLE (Results 1 – 3 of 3) sorted by relevance
46 YASM_SYM_NOTINTABLE = 1 << 3 /**< if it's not in sym_table (ex. '$') */ enumerator
207 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()
54 <int>YASM_SYM_NOTINTABLE)