Searched refs:colon (Results 1 – 1 of 1) sorted by relevance
2565 char *colon; in module_kallsyms_lookup_name() local2570 if ((colon = strchr(name, ':')) != NULL) { in module_kallsyms_lookup_name()2571 *colon = '\0'; in module_kallsyms_lookup_name()2573 ret = mod_find_symname(mod, colon+1); in module_kallsyms_lookup_name()2574 *colon = ':'; in module_kallsyms_lookup_name()