Lines Matching defs:module
234 * kernel text segment and beginning of first module's text
238 * In kallsyms, it determines module symbols using '[' character
243 /* Last kernel/module symbol mapped to end of page */
723 * module symbols are not sorted so we add all
732 * map__split_kallsyms, when we have split the maps per module
764 char *module;
771 module = strchr(pos->name, '\t');
772 if (module)
773 *module = '\0';
822 char *module;
827 module = strchr(pos->name, '\t');
828 if (module) {
832 *module++ = '\0';
834 if (strcmp(curr_map->dso->short_name, module)) {
839 * We assume all symbols of a module are
841 * points to a module and all its
848 curr_map = maps__find_by_name(kmaps, module);
852 "for \"%s\" module!\n",
853 machine->root_dir, module);
1714 * creating a module dso in machine__addnew_module_map().
2170 * /proc/kcore or module maps don't match to /proc/kallsyms.