Searched refs:SYMBOL_OPTIONAL (Results 1 – 4 of 4) sorted by relevance
153 sym->flags |= SYMBOL_OPTIONAL;167 sym->flags |= SYMBOL_OPTIONAL;311 current_entry->sym->flags |= SYMBOL_OPTIONAL;
176 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
97 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()