Searched refs:SYMBOL_OPTIONAL (Results 1 – 5 of 5) sorted by relevance
150 sym->flags |= SYMBOL_OPTIONAL;164 sym->flags |= SYMBOL_OPTIONAL;300 current_entry->sym->flags |= SYMBOL_OPTIONAL;
174 return sym->flags & SYMBOL_OPTIONAL ? true : false; in sym_is_optional()
97 #define SYMBOL_OPTIONAL 0x0100 /* choice is optional - values can be 'n' */ macro
1718 sym->flags |= SYMBOL_OPTIONAL;1736 sym->flags |= SYMBOL_OPTIONAL;1874 current_entry->sym->flags |= SYMBOL_OPTIONAL;
98 if (val & SYMBOL_OPTIONAL) in dbg_sym_flags()
Completed in 11 milliseconds