Lines Matching defs:module
248 * kernel text segment and beginning of first module's text
252 * In kallsyms, it determines module symbols using '[' character
257 /* Last kernel/module symbol mapped to end of page */
765 * module symbols are not sorted so we add all
774 * map__split_kallsyms, when we have split the maps per module
807 char *module;
814 module = strchr(pos->name, '\t');
815 if (module)
816 *module = '\0';
865 char *module;
870 module = strchr(pos->name, '\t');
871 if (module) {
877 *module++ = '\0';
879 if (strcmp(curr_map_dso->short_name, module)) {
884 * We assume all symbols of a module are
886 * points to a module and all its
893 curr_map = maps__find_by_name(kmaps, module);
897 "for \"%s\" module!\n",
898 machine->root_dir, module);
1818 * creating a module dso in machine__addnew_module_map().
2323 * /proc/kcore or module maps don't match to /proc/kallsyms.