Lines Matching defs:modules
462 /// modules (*.ko) files it is located by default in the Kernel build
2388 /// Find a vmlinux and its kernel modules in a given directory tree.
2512 if (dir_exists(dist_root + "/lib/modules"))
2514 dist_root + "/lib/modules";
2552 // the vmlinux binary is located under the /lib/modules
2557 if (dir_exists(dist_root + "/lib/modules"))
2558 dist_root += "/lib/modules";
2592 /// the kernel modules found under @p root directory and under its
2596 /// infomation from the linux kernel and its modules used to build
2603 /// @param modules a vector with the paths to the linux kernel
2604 /// modules.
2607 /// kernel modules were found.
2632 vector<string>& modules,
2676 // Now add the corpora of the modules to the corpus group.
2677 int total_nb_modules = modules.size();
2679 for (vector<string>::const_iterator m = modules.begin();
2680 m != modules.end();
2711 /// from the vmlinux kernel binary and the linux kernel modules found
2718 /// kernel modules are to be found. The vmlinux can also be found
2760 vector<string> modules;
2770 get_binary_paths_from_kernel_dist(root, debug_info_root, vmlinux, modules);
2793 modules, root, di_roots,