Home
last modified time | relevance | path

Searched refs:SYMBOL_NO_WRITE (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/kconfig/
A Dexpr.h145 #define SYMBOL_NO_WRITE 0x1000 /* Symbol for internal use only; it will not be written */ macro
A Dconfdata.c533 if (sym_is_choice(sym) || (sym->flags & SYMBOL_NO_WRITE)) in conf_read()
1008 if ((sym->flags & SYMBOL_NO_WRITE) || !sym->name) in conf_touch_deps()
A Dparser.y232 sym->flags |= SYMBOL_NO_WRITE;
A Dparser.tab.c1456 sym->flags |= SYMBOL_NO_WRITE; in yyparse()
A Dsymbol.c461 if (sym->flags & SYMBOL_NO_WRITE) in sym_calc_value()
A Dgconf.c98 if (val & SYMBOL_NO_WRITE) in dbg_sym_flags()

Completed in 20 milliseconds