Home
last modified time | relevance | path

Searched defs:for_all_symbols (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dparser.y505 for_all_symbols(i, sym) { in for_all_symbols() function
H A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… macro
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y554 for_all_symbols(i, sym) { in for_all_symbols() function
H A Dexpr.h134 #define for_all_symbols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sy… macro