Lines Matching defs:modules
149 /* A list of all modules we processed */
150 static struct module *modules;
156 for (mod = modules; mod; mod = mod->next)
173 mod->next = modules;
174 modules = mod;
651 /* Special register function linked on all modules during final link of .ko */
660 /* Special register function linked on all modules during final link of .ko */
888 ".gnu.linkonce.arcext*", /* arc : modules */
1979 * For loaded modules all functions marked __init and all data
1981 * Likewise for modules used built-in the sections marked __exit
1983 * only when a module is unloaded which never happens for built-in modules.
2374 /* Clear ->seen flag of modules that own symbols needed by this. */
2548 for (mod = modules; mod; mod = mod->next) {
2649 for (mod = modules; mod; mod = mod->next) {