Lines Matching refs:sym
1473 sym = kconf.get_symbol(imply_config)
1474 if sym:
1475 for sel in sym.get_selected_symbols():
1477 return sym
1498 sym = kconf.get_symbol(imply_config)
1499 if not sym:
1501 locs = sym.get_def_locations()
1711 sym = find_kconfig_rules(kconf, config[CONFIG_LEN:],
1714 if sym:
1715 locs = sym.get_def_locations()
1724 sym = kconf.get_symbol(iconfig[CONFIG_LEN:])
1726 if sym:
1727 locs = sym.get_def_locations()
1732 in_arch_board = not sym or (fname.startswith('arch') or