Searched refs:SYMBOL_OPTIONAL (Results 1 – 5 of 5) sorted by relevance
174 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
151 sym->flags |= SYMBOL_OPTIONAL;165 sym->flags |= SYMBOL_OPTIONAL;307 current_entry->sym->flags |= SYMBOL_OPTIONAL;
98 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
1545 sym->flags |= SYMBOL_OPTIONAL;1565 sym->flags |= SYMBOL_OPTIONAL;1727 current_entry->sym->flags |= SYMBOL_OPTIONAL;
98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()