Home
last modified time | relevance | path

Searched refs:cleanup_symbol_name (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dkallsyms.c164 static bool cleanup_symbol_name(char *s) in cleanup_symbol_name() function
218 if (cleanup_symbol_name(namebuf) && strcmp(namebuf, name) == 0) in kallsyms_lookup_name()
361 cleanup_symbol_name(namebuf); in kallsyms_lookup()
387 cleanup_symbol_name(symname); in lookup_symbol_name()
415 cleanup_symbol_name(name); in lookup_symbol_attrs()
/kernel/linux/linux-6.6/kernel/
H A Dkallsyms.c166 static void cleanup_symbol_name(char *s) in cleanup_symbol_name() function
190 * cleanup_symbol_name() (see scripts/kallsyms.c) if clang lto is enabled. in compare_symbol_name()
192 * cleanup_symbol_name(namebuf) before comparing name and namebuf. in compare_symbol_name()
194 cleanup_symbol_name(namebuf); in compare_symbol_name()
435 cleanup_symbol_name(namebuf); in kallsyms_lookup_buildid()
477 cleanup_symbol_name(symname); in lookup_symbol_name()
/kernel/linux/linux-6.6/scripts/
H A Dkallsyms.c342 static void cleanup_symbol_name(char *s) in cleanup_symbol_name() function
538 cleanup_symbol_name((char *)table[i]->sym); in write_src()

Completed in 5 milliseconds