Searched refs:all_symbols (Results 1 – 2 of 2) sorted by relevance
64 static int all_symbols; variable213 if (!all_symbols) { in symbol_valid()814 {"all-symbols", no_argument, &all_symbols, 1}, in main()
335 def get_symbols(self, all_symbols=True): argument353 return list(self.syms.values()) if all_symbols else self.kconfig_syms