Lines Matching defs:modules
39 /* Trim EXPORT_SYMBOLs that are unused by in-tree modules */
53 * vmlinux is missing. ('make modules' without building vmlinux.)
169 /* A list of all modules we processed */
170 LIST_HEAD(modules);
176 list_for_each_entry(mod, &modules, list) {
206 list_add_tail(&mod->list, &modules);
597 /* Special register function linked on all modules during final link of .ko */
606 /* Special register function linked on all modules during final link of .ko */
615 /* Expoline thunks are linked on all kernel modules during final link of .ko */
760 ".gnu.linkonce.arcext*", /* arc : modules */
1566 * For loaded modules all functions marked __init and all data
1568 * Likewise for modules used built-in the sections marked __exit
1570 * only when a module is unloaded which never happens for built-in modules.
2026 /* Clear ->seen flag of modules that own symbols needed by this. */
2226 list_for_each_entry(mod, &modules, list) {
2249 list_for_each_entry(mod, &modules, list) {
2347 list_for_each_entry(mod, &modules, list) {
2358 list_for_each_entry(mod, &modules, list) {